Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COThat makes sense for the photo albums. Is there any way to perform these actions _as_ the page itself, or would that require an admin of the page to be logged in? I've been really confused by the access_token with the recent deprecation of offline_access. With this in place, how could somebody programmatically pull content from Facebook for display on a website without having to manually renew the token every 2 months or whatever it is? And it seems awkward to have somebody authorize an application in order to view wall posts on a third party website, but maybe I'm missing something?
      singulars
    2. COYou will first have to authenticate as one of the admins with "manage_pages" permission. Then you can get an access token for the page you want to act as by calling https://graph.facebook.com/me/accounts. Using that access token will log you in as the page itself.
      singulars
    3. COYeah... I messed around with that and was able to use the page access tokens to do that stuff, so I can live with that being the case. Any insight on the second half of my question? When offline_access was still available, I would generate a token and drop it into my PHP script to use to pull in wall posts for a third party website, which would work indefinitely (and still does). Maybe this isn't the best way to do this in the first place, but with offline_access now deprecated, I'm not really sure how to do this at all without 1) manually updating the token often, or 2) forcing a user login.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload