Wahab
Wahab
> Most users don't connect to Facebook from servers. They're probably blocking the IP I'm getting the posts info and ID and some other stuff, So I'm getting that info...
How does facebook know where the request is coming from? Also is there a workaround for it?
I meant how can it differentiate between a PC or Server from IP address? It works if I use this line in my code: ` set_user_agent("Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)") `...
What would you recommend?
That is not an option :/. Need to deploy it on server. Does the cookies have to be different for ubuntu based machine?
Thank you for replying, maybe you might be familiar with this error I changed my dmz folder and used what devinus was using and now im getting this error 
I had the same error try using Opencv 2.4.9 for your project also do this in terminal before opening matlab: export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6
try exporting this: export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 and this: export LD_PRELOAD=$LD_PRELOAD:/usr/lib/x86_64-linux-gnu/libstdc++.so.6:/usr/lib/x86_64-linux-gnu/libprotobuf.so.9 and try to use matlab 2015a or lower , bcoz matcaffe usually gives error on latest versions(opencv 2.4.9) Also check this...
Hi @Sachet12345, I think the issue is that you're splitting the interaction matrix but not the weight matrix and when you're doing the fit it throws an error because of...