0
votes
0answers
60 views

facebook access token without using FB APP

I have to retrieve the access token of the user that is going to use my FF extension. The problem is that i cannot use the common function online because i dont have a FB APP and the Secret Number of ...
0
votes
0answers
13 views

User access tokens are working with different application tokens

I have encountered a pretty weird issue that could lead to potential security concerns: I've declared one application per environment (development, test, production…), however user tokens work ...
1
vote
1answer
130 views

Retrieving scores with Application Token

So I have an app set up, and I'm trying to send scores via a server rather than from the application. This allows me to keep scores longer term, whilst also having the social advantages of Facebook. ...
0
votes
1answer
122 views

Unable to get access token from Facebook with Server-Side Authentication

I try to get an access_token like this documentation : https://developers.facebook.com/docs/authentication/server-side/ but it does not work ! I have this error : { "error": { "type": ...
0
votes
1answer
399 views

access token expiration/renewal

I have a personal website on which i want to display my latest facebook comment. Everything works fine, but i'm not sure how the access token expiration works. I have a two months access token, so ...