facebook-page

Facebook API: Get fans of / people who like a page

筅森魡賤 提交于 2019-11-26 01:51:04
问题 I\'d like to get a list of users who like a certain page or a fan of it. The FB API documentation states that you can only get the count of the fans of a certain page using the social graph, but not a list of the fans. A discussion here Retrieve Facebook Fan Names suggests that one could use an FQL query like SELECT user_id FROM like WHERE object_id=\"YOUR PAGE ID\" to get the number of people who liked the page, but for the same page, it gives an empty response \"{}\". So I was wondering if

What are the Steps to getting a Long Lasting Token For Posting To a Facebook Fan Page from a Server

对着背影说爱祢 提交于 2019-11-26 01:43:38
问题 I have a Business Page in Facebook (known as a Fan Page in Facebook vernacular). I want to post to that Page whenever a user takes a certain action on my app. I want to post as the Page itself rather than a user (i.e. from my personal account). The post will come from my outside server (I am using restFB). I have gone through the steps of authorizing my personal account with appropriate manage_pages permissions for the Page. I have also gotten an access token for the page. I have even been

Facebook Access Token for Pages

拥有回忆 提交于 2019-11-26 01:11:15
问题 I have a Facebook Page that I want to get some things from it. First thing are feeds and from what I read they are public (no need for access_token). But I want to also get the events... and they aren\'t public and need the access_token. I don\'t want the user to login in Facebook or anything like that. I just want to push all the data I can from this only page. That\'s why I already discarded many examples I found here and the one at https://developers.facebook.com/blog/post/500/ , because