facebook-access-token

Long-lasting FB access-token for server to pull FB page info

允我心安 提交于 2019-11-26 02:59:56
问题 I\'m aware that there are many questions about Facebook access-tokens and the grief they cause, but despite much experimentation and reading many frustratingly vague blog articles (FB and otherwise), I\'m still struggling to get a clear answer to my needs. Let me succinctly break down my process so far: I am creating a site that, server-side, needs to pull the posts/statuses from a single Facebook Page I am an admin of that Facebook Page I have created a Facebook App Using the Facebook Graph

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: permanent Page Access Token?

不羁的心 提交于 2019-11-25 22:59:32
问题 I work on a project that has facebook pages as one of its data sources. It imports some data from it periodically with no GUI involved. Then we use a web app to show the data we already have. Not all the information is public. This means I have to get access to the data once and then keep it. However, I don\'t know the process and I haven\'t found a good tutorial on that yet. I guess I need an access_token , how can I get it from the user, step by step? The user is an admin of a facebook page