0
votes
0answers
46 views

Valid access token not work in Graph API Explorer

The Facebook Access Token debugger say that my access token is valid: Issued 1368430222 (24 minutes ago) Expires 1373614222 (in about 2 months) Valid True But when I test it in the Graph API ...
2
votes
2answers
303 views

If i enable migrations “July 2013 Breaking Changes” of my app, then search user by email wouldn't work

I'm using the search graph API to search for users by email. Here's an example of how I do that: GET ...
0
votes
1answer
125 views

How do I get the feed of a public Facebook page in an iOS app without prompting the user for Facebook permissions?

I'm trying to get the feed of a public Facebook page using the Graph API and I can't figure out how to do so without prompting the user for permissions. The following code works, but prompts the user ...
0
votes
0answers
139 views

facebook access token expired

Based on facebook instructions https://developers.facebook.com/roadmap/offline-access-removal/ (Scenario 4) i am using the following URL ...
0
votes
1answer
89 views

Access token for a simple FQL retrieving the number of status for a page

I'm doing a really simple PHP app using the latest Facebook PHP SDK which aims to display the number of status a page of mine has. To do so I created an app to have the app id and the app secret but ...
0
votes
1answer
29 views

Require some access token

I ask for read_stream permission in my app. But the users can ignore that request. How can I check if the user gave me the permission? I want that permission to be required in order to use the app. ...
0
votes
1answer
30 views

What is the difference between these facebook access tokens?

I'm developing a FB App that can manage pages but I need to clarify this: what is the difference between $page_info = $facebook->api("/$page_id?fields=access_token"); and $aToken = ...
0
votes
0answers
16 views

Can we access a facebookapp page through another page by file_get_contents

when we have logged into an application, an access token is already assigned to us. Can we echo some data in originalpage.php and use file_get_contents(originalpage.php) from another page say ...
17
votes
3answers
234 views

How can I manage many pages as one admin user without exceeding api quota?

My client company manages Facebook Pages for several thousand small businesses. We've built a Facebook App that for our client to simplify the process and allow them to quickly make changes to ...
1
vote
2answers
45 views

Is there a way to register an application on Google+ like on Facebook?

In particular I'm interested in the possibility of getting an App Access Token with no expiration time, exactly as I do with Facebook. I want to publish on behalf of the user via server, and I found ...
0
votes
0answers
81 views

Facebook - using application access token for insight data getting blank

I am using application access token with following insights API to download json - https://graph.facebook.com/xxxxxPageIdxxx/insights/page_views/day?access_token=application_acccesstoken But, ...
0
votes
0answers
86 views

Facebook API - Page country restriction Set to specific country getting error - Unsupported get request

My Facebook Page country restriction Set to specific country. so , when I am using application access token with following API to download json for above pageid - ...
0
votes
0answers
281 views

Facebook graph API giving error - Unsupported get request with type - GraphMethodException

I am using application access token with following API to download json - https://graph.facebook.com/PageId?access_token=xxxxx&method=GET&metadata=true&format=json I have two Facebook ...
0
votes
1answer
21 views

March breaking changes, getting app access_token from new endpoint

The breaking change this month is that apps will no longer be returned for /me/accounts and that we should not be using /me/applications/developer to get applications but this endpoint does not return ...
-1
votes
1answer
141 views

Facebook AP access token extending the expiration getting error

I am using following API call to generate access token - https://graph.facebook.com/oauth/access_token?client_id=XXXXXX&client_secret=XXXXXXX&grant_type=client_credentials as repose from ...
-2
votes
1answer
67 views

Facebook Extending life/validity of Access Tokens with the same Access Token (ID/string)

I am using following API to extend life (validity) of my access token up to 60 days. https://graph.facebook.com/oauth/access_token? grant_type=fb_exchange_token& ...
4
votes
1answer
328 views

Facebook full permission AccessToken alternative to Offline access token

Currently I am using desktop windows service to download my Facebook page insights/ page likes/friends etc. graph data . so, for that i have added app on my facebook page and generated full permission ...
0
votes
1answer
226 views

Issue with SLComposeViewController ,when app permission is disabled

Am using SLComposeViewController for posting articles to facebook wall.When App permission is turned off for facebook in device settings, SLComposeViewController still Works by posting article to ...
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
45 views

Rails - how to retrieve user's access_token from Facebook API

When a user will sign up to my app through Facebook, I would like to display all his pages which he manage. This is how I save data from FB API: def self.create_user_from_facebook(auth_hash) ...
1
vote
1answer
46 views

For How Long Time Can My App Have Access?

I need to create an app which can post photos on behalf of the user to his/her wall or photoalbum. What is the longest possible time the app can post photos without the user actually visiting/using ...
0
votes
0answers
121 views

Store Facebook Access Token in PhoneGap App

I'm currently working on a PhoneGap app that requires Facebook authentication. I'm wondering what is the best way to store the Facebook access token that is returned after the user logs in. Should ...
-3
votes
1answer
188 views

Facebook access token expiration issue [closed]

In a case where i just wanted to fetch out feeds of a facebook page. If i use(i.e store locally on the app) the access token expires within a period of 60 days. Is there a solution where the access ...
1
vote
1answer
63 views

get a new short-lived user access_token

I need to renew a long-lived access token. I read Renew long lived access token server side topic and wrote a code as follows: <?php $code = $_REQUEST["code"]; if(empty($code)) { $dialog_url ...
3
votes
3answers
909 views

The Access Token is Valid but We get OAuthException: An active access token error

We've been working on an application for about 2 months, and everything was going perfectly. we were using PHP SDK and offline mode in permissions for login But since some days ago after recent ...
0
votes
0answers
274 views

Facebook C# SDK how to extend accesstoken?

Here's the code that gives me AccessToken , scope presents the permissions and oauthurl is the login ulr private void FrmLogin_Load(object sender, EventArgs e) { // oauthurl is the ...
2
votes
0answers
41 views

what token should be used for publishing news feed to app user's wall

I have a question about which access token should be used for publishing news feed to user's wall via PHP SDK. Basically, there is a delay, let say 7 days, between user connected to the app and the ...
0
votes
0answers
28 views

Access Token Expiration (Clarification Needed) for Automated Posting to Pages [duplicate]

Possible Duplicate: facebook access token is invalid - trying to post to facebook website-“page” via app using a cron I've followed a tutorial I found linked from this forum to learn how to ...
0
votes
2answers
1k views

PHP + Facebook: how to get access_token + 60 day long access token?

I am trying to get it this way: https://graph.facebook.com/oauth/access_token? client_id=APP_ID& client_secret=APP_SECRET& grant_type=fb_exchange_token& ...
-1
votes
1answer
215 views

Graph API and Dynamic Access Tokens

So basically im making an app which i need to embed a custom facebook wall feed into. I just want a JSONP response... that is all. From reading for days on access token's e.c.t. i've come to the ...
0
votes
0answers
91 views

Facebook Oath: refresh access_token with method oath

-(void)extendAccessTokenStepOneOnCompletion:(FacebookEngineCompletionWithToken)completion onError:(FacebookEngineErrors)ErrorBlock{ /* https://graph.facebook.com/oauth/access_token? ...
0
votes
0answers
44 views

Facebook access token for userless polling app

I want to write an app that tracks and displays events on specific facebook pages in a special way. The point is that the application will run on displays within environments such as clubs to draw ...
0
votes
0answers
118 views

Can a facebook app get friends of an app user with app access token?

From the documentation http://developers.facebook.com/docs/reference/api/user/ it seems that to fetch user's friends one needs users valid access token. But it appears that I can fetch the ids of ...
1
vote
1answer
268 views

Facebook invalid access token after clearing cache&cookies

My app is not loaded and I get the erro below in these two scenarios: a) The first time I access my app after clearing cache & cookies, or from a PC I haven't used before, with any browser. b) ...
2
votes
1answer
137 views

Page access tokens from web app

I'm writing a facebook web app with Graph API for publishing on a page wall automatically. I'm the page administrator and I've set up the app permissions for requiring manage_pages, offline_access, ...
2
votes
1answer
240 views

Sharing Facebook access token between iOS and website

I have developed a PHP website where users authenticate via Facebook and I get and store their auth_token. On the other side, I have started developing an iOS app where users will be able to ...
-1
votes
1answer
48 views

Long-lived page tokens are unobtainable for some apps

Facebook's offline_access deprecation migration was scheduled to be released earlier this year. However, it was delayed multiple times until October 3, presumably because it was buggy and had yet to ...
0
votes
1answer
70 views

Graph API: Access Token in paging, am I doing it wrong?

I'm using the Facebook Graph API to grab some information from my facebook page to display on a website. I keep the access token in my php files and make a call to the graph API using curl in order to ...
2
votes
2answers
184 views

Refreshing an expired access token for specific user

The application which I am building maps a user_id to multiple facebook accounts. I have access tokens for each of these mapped accounts and everything works nicely. There is a problem, though, when ...
0
votes
0answers
133 views

Registering Facebook Achievement - App-Access Token Issue

I'm having a problem registering achievements: I'm posting this code with the graph explorer: [APPID]/achievements?access_token=[app access_token]&achievement=[achievement ...
0
votes
0answers
125 views

Losing access token

Sometimes my Facebook object goes from something like this: [fb] => Facebook Object ( [appId:protected] => 350348105029704 [appSecret:protected] => ...
0
votes
1answer
548 views

Long Lived Page Access token expired after a couple of hours using PHP SDK 3.2.0

Remove offline_access permission is enabled in my app advanced settings; I first call the following function: public function app_login( $url_redirect=null ) { $facebook = new ...
7
votes
3answers
389 views

Cannot access application using the specified access_token

I am using Facebook long time tokens(2 months), but FB starts to be nondeterminic and gives me sometimes this return { "error": { "message": "Cannot access application using the specified ...
1
vote
1answer
794 views

Posting scores with app access token

I'm trying to post a score from my server. I have my app set up as a game. I've got my app access token. I'm POSTing to https://graph.facebook.com/USER_ID/scores I have authorized and given ...
0
votes
1answer
1k views

Where to request extended access token in Facebook App using PHP SDK

I need to get access to my user's information when they are offline and I understand that I need to use an extended access token which lasts 60 days. I have been looking at this SO post How to extend ...
0
votes
2answers
100 views

Can't get long lived tokens working properly

I removed the offline_access permissions, revoked the offline_access permissions, and set my app as native. Now instead of getting the 2 hs token, I get a 24 hs token, but is supposed to give a 60 day ...
0
votes
0answers
795 views

Facebook deprecated offline access - get long lived access token

I'm running a website that contains some events. When an event is added to the website, the event should be posted to facebook. This works perfectly, but I'm trying to update it because of the ...
0
votes
1answer
481 views

How can I get a user access token for a specific facebook test user?

According to Facebook Devlopers: Test Users, I can list the test users of my facebook app by making a request to https://graph.facebook.com/APP_ID/accounts/test-users?access_token=APP_ACCESS_TOKEN. ...
2
votes
0answers
94 views

with offline_access migration enabled, trying to extend the access tokens to 60 days seems to fail ~70% of the time. Why would that happen?

I'm extending client-side access tokens as documented here: https://developers.facebook.com/roadmap/offline-access-removal/#extend_token But I've noticed that very frequently the request returns the ...
0
votes
1answer
545 views

Facebook page access token validity length

I have worked out how to get a facebook page access token and post to the page's wall. I would like to know if the facebook page access token expires and if so after how long? Also If it does expire ...

1 2