facebook-access-token Questions

19

Solved

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 a...
Sismondi asked 19/6, 2013 at 17:52

6

Solved

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)...
Dallasdalli asked 28/8, 2012 at 22:31

2

Solved

I have been trying to find a way to create a never expiring FaceBook Page Access Token. I have seen the option where you provide the AppID|AppSecret in place of the token however that requires you ...
Alto asked 28/11, 2018 at 0:25

3

Solved

I was using facebook php sdk without any problem to provide facebook login on my website. Since a few days, I'm unable to log in anymore. I follow the steps described on https://developers.facebook...

5

Solved

I'm new to integrating facebook into the websites I'm working on and trying to get a long term access token by following the instructions here: https://developers.facebook.com/docs/facebook-login/a...
Translunar asked 6/9, 2013 at 1:50

4

Preface I'm developing several web services and a handful of clients (web app, mobile, etc.) which will interface with said services over HTTP(s). My current work item is to design an authenticati...

5

Solved

I'm trying to get access token from user string response_script = "<script>top.location.href='https://www.facebook.com/v2.4/dialog/oauth?response_type=token&client_id=[APPLICATION ID]&am...
Jat asked 16/5, 2016 at 13:38

2

Solved

They are saying in the AccessToken docu the following: "Native mobile applications using Facebook's SDKs will get long-lived access tokens, good for about 60 days. These tokens will be refreshed on...

23

I did a very simple PHP script, just to try to login via Facebook and get an accessToken. But when I try the following code, I get an Exception from the SDK : « Cross-site request forgery validatio...
Gratification asked 20/7, 2015 at 15:33

4

Solved

I am trying to use the Facebook API that provides first_name, last_name, gender, email, birthday for signup on my website. I used the Graph API and generated an access token with necessary scope. I...
Municipalize asked 8/3, 2014 at 7:7

1

Is there a way to add 2FA to Facebook's Oauth2 flow? The following error is returned when trying to hit the graph API's insights endpoint for a user that has 2FA enabled on their FB Business Manage...

1

Solved

So I for a while I was running my application on Python's Localhost for debugging reasons, but now I desperately want to make my Flask application run on my Apache Localhost. I have configured Ubun...

2

Solved

I followed the Facebook SDK for PHP docs and created two files, login.php and fb-callback.php, with all the lookup logic in fb-callback.php. When I do this, everything works fine. But I want to mo...

3

I have read this: trying to get app access token And it doesn't work... I'm getting the following error: "error": { "message": "An active access token must be used to query information about t...
Convincing asked 4/8, 2013 at 18:37

2

Solved

I have an application, that runs on server. On that server is background task, that will post status update on few social networks (Facebook, Twitter, G+). It must be completely server-side. In Tw...
Boyer asked 6/10, 2014 at 7:57

0

I'm trying to get user's id like this: AccessToken.getCurrentAccessToken.getUserId() and it is returning an id like this: 1493******22153 but when I'm retrieving the id for same user using f...
Vicereine asked 15/10, 2017 at 3:13

2

Based on facebook instructions (Scenario 4) i am using the following URL https://graph.facebook.com/oauth/access_token?client_id=APP_ID&client_secret=CLIENT_SECRET& grant_type=fb_exchange_t...
Placida asked 12/4, 2013 at 9:34

3

Solved

I'm using the Facebook PHP SDK to call relevant APIs to post and get data. At present I'm saving a user access token in the database but it expires after 60 days. How can I refresh a user access to...
Fouquiertinville asked 26/7, 2013 at 14:57

4

Solved

I'm just a little confused as to how to pass my access token into FB.api() when making requests for protected things. I'm getting my app to login and authenticate fine, but how do I use FB.api() ...
Theophylline asked 19/5, 2013 at 17:42

4

Solved

I am developing an ios app using the Facebook SDK to login. I have set a LogInViewController as the initial View Controller in the Storyboard, from where the user logins using the FB account. I ha...
Lysippus asked 5/10, 2015 at 14:23

2

Solved

I'm trying to run the sample code for Facebook connect that I downloaded from http://thinkdiff.net/facebook/php-sdk-3-0-graph-api-base-facebook-connect-tutorial/ I get this error message : [erro...

3

Solved

I'm trying to retrieve the app access token of my app in order to post notifications, but for some reason, it doesn't work. Here's the code: $AppParams = array( 'client_id' => 'myclientid', '...

1

I copied the code below from Facebook Graph Api console. However, Android Studio doesn't recognize accessToken. I have alread created a Facebook App and I got its acesstoken. But I don't kn...

3

I'm now trying pynder, but it requries you to get a facebook ID and access token. The facebook ID is what each user has in its own page, such as https://www.facebook.com/profile.php?id=YOUR_ID if ...
Pecoraro asked 8/3, 2017 at 4:32

3

Solved

I'm using chrome.identity in a packaged app to get a user token using Facebook. I call chrome.identity.launchWebAuthFlow, and I need to take the access token, send it to the server, and then access...

© 2022 - 2025 — McMap. All rights reserved.