About 740,000 results
Open links in new tab
  1. How to get a permanent Facebook Access token (API v12.0)

    Dec 3, 2021 · How to get a Facebook User and Page access key that is valid for more than a few hours or 60 days. This access key can be used to programmatically get the latest posts from a Facebook …

  2. How can you get Facebook Access Token? - Stack Overflow

    Mar 8, 2017 · I first tried to get with this tutorial, but since it is outdated, the actual pop-up page showed two types of ID: Get Use Access Token and Get Access Token. So I registered Facebook Developer …

  3. Facebook Access Token for Pages - Stack Overflow

    I was attempting to retrieve the Page access token from Graph API Explorer, but I did not have the option to select the Page. It turns out that I was not an admin of the page. I was an admin of the …

  4. Retrieve Access Token Using Javascript API - Stack Overflow

    Mar 20, 2013 · </script> Once you have the access token captured client side you can post it in a form or ajax call to the server. Another thing to check is your environment. Facebook will look to see if the …

  5. How to verify Facebook access token? - Stack Overflow

    Dec 22, 2011 · There's only thing that server has to do; just check any access token's validity. Clients send to the server user id and access token obtained by FB.getLoginStatus. As I expected, there …

  6. facebook - How to get access token from FB.login method in javascript ...

    I need to get the access token from FB.login method in Javascript SDK. My login code is

  7. How to get the Facebook user id using the access token

    I have a Facebook desktop application and am using the Graph API. I am able to get the access token, but after that is done - I don't know how to get the user's ID.

  8. Facebook: Permanent Page Access Token? - Stack Overflow

    Jun 20, 2013 · 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, will he have to add some FB app of ours to the page? EDIT: Thanks …

  9. How to get Facebook Long-lived page access token

    Oct 3, 2023 · The page access token selected there is 'short-lived', from what I understood. I want a 'long-lived' page access token which you get when you request it with a 'long-lived' user access token.

  10. Get page access token with Facebook API 5.0 PHP

    Oct 1, 2015 · Here's what the API docs say: Page Access Token – These access tokens are similar to user access tokens, except that they provide permission to APIs that read, write or modify the data …