The OAuth access token specific to the Facebook API.

learn more… | top users | synonyms

17
votes
3answers
235 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 ...
12
votes
2answers
1k views

Is it possible to extend Facebook tokens with extendAccessTokenIfNeeded in an Android app?

I think this might effect a lot of Facebook/Android developers and yet there does not seem to be that much discussion on the topic... My question Has anyone successfully refreshed a token using the ...
11
votes
1answer
2k views

Long-lasting FB access-token for server to pull FB page info

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), ...
9
votes
2answers
4k views

How to extract Facebook Access token Expiration Info

is there ay way to get the Expiration date of the access token, I need this so I can refresh my session, also I want this way so I can avoid to look up on facebook user data when being fetch via PHP ...
9
votes
1answer
162 views

Getting info with cron job on Age restricted Facebook Fan pages

I have an application that refreshes Facebook applications info at some time, let's say once a day and writes them in database. Some of the Pages that the application tries to get information from are ...
8
votes
1answer
2k views

What is the code for getting a refreshed Facebook token in an Android app?

I am developing an Android app. With the impending deprecation of Facebook's offline_access permission I am trying to use the Graph API to extend the Facebook token. ...
7
votes
4answers
835 views

Is there an API equivalent of the Facebook Access Token linter/debugger?

Is there a graph API equivalent of the Facebook Access Token linter/debugger that I can call programmatically? The linter is nice. It tells you all sorts of cool information about the token you ...
7
votes
4answers
581 views

Extended access token from Facebook not working properly

I am having trouble since Facebook has removed the offline_access permission. Tried 2 things: I am making the call as suggested by Facebook. https://graph.facebook.com/oauth/access_token? ...
7
votes
3answers
390 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 ...
6
votes
2answers
2k views

How to handle Facebook's deprecation of offline_access when you use token both in both iOS app and a server

Facebook's deprecation of the offline_access permission is coming May 2012 and the documentation isn't giving us enough information on how to handle it. We have an iOS app and corresponding service ...
6
votes
3answers
357 views

Sensible solutions to the removal of the offline_access permission

Am coming back to building a FB app after some time away from the FB Platform and I see that the old offline_access permission has been removed and replaced with long(ish)-expiry tokens[1]. So, it ...
6
votes
5answers
18k views

How to get user access token?

I'm trying to access scores through the Facebook API to get a list of scores of my friends. When I try to access /[facebook id]/scores, I get the following error even with my app access token: ...
6
votes
3answers
2k views

Shared Facebook Access Token between Website and Mobile Application

I would like a Web site (Rails 3.1 with Devise and Omniauth) and a mobile application (iOS5) to share authentication. By this I mean I would like a user to be able to SSI to the site with Facebook, or ...
5
votes
4answers
6k views

Need Help on OAuthException Code 2500

I am trying to develop an Facebook application (apps.facebook.com/some_app) using PHP where I need to present some information based on user's music interests. I found that its under "user_likes > ...
5
votes
1answer
3k views

Login with Facebook using Facebook SDK for PHP

I have problems with making login to my site with Facebook. I have created login using Facebook SDK by following the tutorial at developers.facebook.com , but it does not work for me. I have wrote a ...
5
votes
2answers
402 views

Facebook authentication for JSON service with android application

I'm writing an android app that uses a JSON web service and I'd like to use Facebook for the authentication. What I'm not sure about is how to secure the web service. Should I use the authentication ...
4
votes
2answers
2k views

How do I get a page Access Token that does not expire?

I would like to know if it is possible to have an access token that never expires for post to my page Now i get the acces token with https://graph.facebook.com/me/accounts i have publish_stream ...
4
votes
2answers
681 views

Call facebook api wthout offline_access token

I have a problem in using facebook api. My customer makes my facebook user admisistrator of his facebook product page. I use a java engine which is scheduled for retriving this page insight data. As ...
4
votes
1answer
55 views

Facebook App without owner

Suddenly I couldn't find my Facebook App in Developer Apps section, I used my 'App Access Token' to get the app roles through Facebook Graph API but the surprise was that my app has no owner, I think ...
4
votes
1answer
333 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 ...
4
votes
0answers
739 views

ACAccount Facebook: An active access token must be used to query information about the current user

I am using iOS 6 Social framework for accessing user's Facebook data. I am trying to get likes of the current user within my app using ACAccount and SLRequest. I have a valid Facebook account ...
3
votes
1answer
524 views

Facebook App Type: Which one to pick for mobile AND web?

In the Facebook App Settings ☞ Advanced ☞ Authentication I can pick "Web" or "Native/Desktop" as App Type. The info bubble says: Only select Native/Desktop if you are a Native iOS or Android app, ...
3
votes
1answer
144 views

How Twitter make Facebook's access tokens timeless?

How Twitter make Facebook's access tokens timeless and they do not become obsolete. Or Twitter and Facebook's access tokens is timeless?
3
votes
3answers
914 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 ...
3
votes
1answer
351 views

Explain the Facebook access_token

This whole Facebook access_token thing is driving me nuts. All I want to do is fetch a user's public Facebook posts. It used to work by simply doing: ...
3
votes
1answer
319 views

Why does the Facebook Public Search via API return different results when using an access token and when not?

You can try it out yourself. Be logged in to Facebook and go here: https://developers.facebook.com/docs/reference/api/ Hit the first link in the "Searching" section, called ...
3
votes
1answer
31 views

Facebook iOS SDK posting as a Page

In my iOS app, I want to post on a Facebook Page as the Facebook Page. I retrieve the page access tokens through the 'me/accounts' endpoint through the user. However, I am not sure how to create an ...
3
votes
1answer
182 views

Page Access Token Expiration Doesn't Match Official Documentation

I'm seeing inconsistencies between Facebook' stated policy regarding the expiration time of Page access tokens, and the expiration time for tokens obtained through my application. According to ...
3
votes
1answer
1k views

how to get oauth access token for facebook using ruby

Am trying to get oauth access token for facebook programmatically in ruby. My code is as follows: client = OAuth2::Client.new( APP_ID, SECRET_ID, :authorize_url => "/dialog/oauth", ...
3
votes
0answers
553 views

FB.login returns Invalid OAuth access token

I've been developing an app for the past few weeks and up until now there have been no issues. Just a couple days ago a strange bug has started occurring: My application uses the PHP SDK and ...
3
votes
1answer
484 views

How to get a Facebook access token that has enough rights to get the posts in which you're tagged in?

The Facebook posts in which you're tagged in - using @Name - appear in your wall feed. A friend of mine posted a link and tagged me in it: On the Graph API documentation, when I click on my ...
3
votes
1answer
288 views

What type of facebook auth/token do I need for this?

I want to build a custom asp.net control to put on a webpage that will allow people to see a piece of information from my facebook account that requires auth. For the sake of simplicity let's just ...
3
votes
1answer
4k views

Get wall feed from a public Facebook page using Graph API - is it really this complex?

I have started off by reading Displaying Facebook posts to non-Facebook users which is of some use but I cannot believe it is this difficult to get a public feed from Facebook. The page I want a feed ...
3
votes
0answers
294 views

Use access_token from server in new iOS SSO client environment

I'm working on a service where we allow users to signup and login with their Facebook accounts. The service runs both on the web and on an iOS client. The use case I'm having trouble with is this: ...
2
votes
1answer
2k views

iOS 6 Facebook Login not refreshing access token

Nothing I'm reading (many FB dev articles and SO question) is helping, so I thought I'd post here. I'm trying to get this all to work with iOS 6 and Facebook SDK 3.1.1. I've got a pretty basic setup: ...
2
votes
1answer
241 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 ...
2
votes
1answer
265 views

Facebook login using access token

Is there anyway to store an access token to be used later? IE: user1 logs in to my app then logs in with Facebook Dialog Auth app stores facebook access token user1 logs out of my app user2 logs in ...
2
votes
2answers
1k views

C# Facebook SDK extend an accesstoken to 60 days

The main question: How am I supposed to extend the 2 hour access token for the 60 day access token via the C# SDK? Can you provide a sample of just that section where the code has already been traded ...
2
votes
1answer
357 views

Dynamically fetch user Access token of Facebook Application

I have written an article Upload photos to Facebook Fan Page using PHP. The code works fine but has only one problem. The user access token of the Facebook application is hard coded. See following ...
2
votes
1answer
386 views

facebook user access token across different platforms

I was wondering if user access tokens that are recieved through one platform can be used to access and make facebook calls through another. For example: I have a mobile app and a web server that ...
2
votes
1answer
2k views

as3-fb-api: how is it possible to have an accesstoken BEFORE Facebook.init()

the Facebook.init method of the as3-facebook-api (for flash) allows for an optional accesstoken parameter. But the whole point of the .init(...) method is to, well, init everything ... accesstokens ...
2
votes
4answers
7k views

Facebook Graph API getAccessToken() not working

I have been working on the Graph API for the past few days. When I try to make an API call using the PHP-SDK, i get an empty json object as a response. But when i copy the access token from the links ...
2
votes
1answer
95 views

Can the accessToken expire time be automatically refreshed

I am wondering if anybody know if it is at all possible that the accessToken expiry time be auto 'refreshed'? Last night when working on my app, after a couple hours away from the computer and came ...
2
votes
2answers
715 views

getAccessToken returns the app access token instead of the user access token

First im getting the "login url": if (!$facebook->getUser()) { $login_url = $facebook->getLoginUrl(array( 'scope' => 'publish_stream' )); } And redirect to it, if the user ...
2
votes
1answer
184 views

Automated Comment Cron Job No Longer Working: Fatal error: Uncaught OAuthException: Bad signature

A few months ago, I wrote a small app that would parse a string from my client's blog page and post it as a comment to their Facebook wall, which I have the credentials to manage. The client only had ...
2
votes
1answer
487 views

How do you generate an expired Facebook Access Token for testing?

We are trying to update our app and server to handle the upcoming Facebook offline_access deprecation. However, we're having trouble testing it since we can't find an easy way to generated an expired ...
2
votes
2answers
308 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 ...
2
votes
1answer
216 views

“The request is invalid because the app secret is the same as the client token” error when trying to get an access token

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 ...
2
votes
1answer
374 views

How can I pass my Facebook access token that I got in JS SDK to my PHP script?

I have a functional facebook application that use the JS SDK. I can use the JS SDK to get my users facebook ID and access token, and it seem to work fine. However, my JS script need to call some ...
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 ...

1 2 3 4 5 8