skip to Main Content

Facebook api – Get number of likes for a webpage from facebook

I used to get the number of likes for my webpage from facebook with: http://api.facebook.com/restserver.php?method=links.getStats&format=json&urls=www.example.com But this doesn't work anymore. I tried: https://graph.facebook.com/fql?q=SELECT%20total_count%20FROM%20link_stat%20WHERE%20url=%22www.example.com%22 But this doesn't work either. I tried: http://graph.facebook.com/?ids=http%3a%2f%2fwww.example.com But this gives me only the share_count, not the…

VIEW QUESTION

Facebook api – "message": "Unsupported post request. Object with ID does not exist, cannot be loaded due to missing permissions

I have two apps on facebook. In one, I can make API calls. In the other, I can not. I checked the configuration and the settings are the same. Can you help me? Example: https://graph.facebook.com/860599774051206/?access_token=APP_ID|APP_SECRET https://graph.facebook.com/860599774051206/notifications?template=@[860599774051206]test&access_token=APP_ID|APP_SECRET&method=post the error is: {…

VIEW QUESTION
Back To Top
Search