Access Token is the last token acquired during the OAuth authentication process.

learn more… | top users | synonyms

41
votes
8answers
11k views

Facebook Page Access Tokens - Do these expire?

I'm building an app that allows users to administrate their Facebook Fan Pages. This requires the following two Access Tokens: A User Access Token A Page Access Token I'm quite familiar with User ...
22
votes
4answers
63k views

facebook Uncaught OAuthException: An active access token must be used to query information about the current user

I've been struggling to find out what is happening with this. My scripts were working fine for a bit and suddenly half stopped. I'm accessing the api and am getting back an access token. With the ...
16
votes
3answers
263 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 ...
13
votes
2answers
3k views

Google OAuth refresh token is not being received

I want to get the access token from Google. The Google API says that to get the access token, send the code and other parameters to token generating page, and the response will be a JSON Object like ...
13
votes
2answers
12k views

Facebook Access Token for Pages

I have a Facebook Page that I want to get some things from it. First thing are feeds and from what I read they are public (no need for access_token). But I want to also get the events... and they ...
13
votes
4answers
686 views

Performing Google Federated Login/oAuth2 after initial Authentication

I am trying to support "Hybrid" Federated Login and oAuth2 (using logic from this document) for a webservice which will: support Sign in using your Google account on my site. That is, from the ...
10
votes
4answers
8k views

Storing a user's Facebook access token

I have a database that stores a user's access token (along with some other data). My list of permissions include offline_access when I authorize the user. So will the user's access token (client ...
10
votes
3answers
7k views

OAuth: Storing Access Token and Secret

We have a number of clients that use our API to power their websites. I have started a conversation at work about using OAuth to make authenticated API Calls. We will have both, two and three legged ...
9
votes
2answers
5k views

Facebook access Token with longer expiration

I am trying to follow this tutorial on getting a token with longer expiration time . The Facebook connect is done on the client side (Js sdk). The steps I take are: enabled 'deprecate ...
9
votes
8answers
10k views

How to refresh token with Google API client?

I've been playing around with the Google Analytics API (V3) and have run into som errors. Firstly, everything is set up correct and worked with my testing account. But when I want to grab data from ...
8
votes
4answers
2k views

What are the security risks in exposing facebook user access token in javascript?

Suppose that my application has an access token to some facebook user. Is there a security risk in exposing this access token in JS Code to some other users which visit my site? If so, what can they ...
8
votes
1answer
746 views

IOException thrown by AccountManagerFuture.getResults whereas connection is alive

The following method systematically throws a IOException when invoked on my Android device whereas the internet connection is alive (I can retrieve emails or connect to gmail using my Android device). ...
7
votes
1answer
1k views

Do twitter access token expire?

I am building a web app from where the user can manage his twitter account. I've created the twitter app and once the user authenticates himself the application gets the access token from twitter. ...
7
votes
1answer
2k views

Do Google refresh token expire?

I have used the refresh token several times in just a short period for testing purposes, but I wonder that, do Google refresh token expire? Or I can call the same refresh token to get another access ...
7
votes
1answer
1k views

Rails Google Client API - unable to exchange a refresh token for access token

After struggling with some SSL issues on my machine, I'm still trying to access a user's Blogger account through the Google Ruby Client API. I'm using the following: Rails 3.2.3 Ruby 1.9.3 oauth2 ...
7
votes
4answers
902 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
3answers
2k views

How to post to Facebook's Page from PHP

All I have: Facebook Application with AppID, AppSecret, ApiKey Facebook Page with PageID Own Facebook account I'm admin and creator of application and page above. So, I need to post to Facebook's ...
7
votes
2answers
4k views

Using Facebook Javascript SDK to get Graph Data

FIXED NOW! But I can't answer my own question yet. See my comment below. And thanks for helping. I've searched and searched and read the docs and still can't figure this out. I have a web page ...
7
votes
1answer
493 views

why isn't it possible to steal an access token?

I'm learning OAuth and I have a question in head I can't find an anwser.. I understood request token to authorize or not an application to use the API. But once the user got an access token, what ...
7
votes
2answers
3k views

fb_exchange_token for PHP only working once user removes app

For a Facebook app that I am building, I require longer time than the default 1 - 2 hours. I don't want to use "offline_access" as it puts people off from signing up to the app and is now ...
7
votes
1answer
1k views

Why should I transmit `client_secret` to obtain an `access_token`?

In order to obtain an access_token from Facebook, you have to transmit your app_id, the code you receive after the authorize request, and your app's secret_key. Why would I EVER transmit my secret ...
7
votes
3answers
408 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
1answer
2k views

Rails - Facebook with Omniauth and Koala: How to renew an expired token

I have an application where users can link their Facebook accounts. They can log in using their email, but they can link their Facebook account. In the view where I show the linked social networks ...
6
votes
5answers
20k 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
4answers
7k views

Android - OAuthException - I keep getting: “An active access token must be used to query information about the current user”

I've used this exact code and others that work to a certain degree, but I keep getting the following error: {"error":{"type":"OAuthException","message":"An active access token must be used to query ...
6
votes
2answers
879 views

Migrating existing access tokens to Facebook iOS SDK 3.0

I just overhauled my codebase to use the new facebook-ios-sdk 3.0 (from the previous version, 2.x or whatnot). Everything worked great, until I realized I hadn't accounted for users who had already ...
6
votes
2answers
320 views

Android Authentication Mananger, when is user permission required?

I am writing an Android App and I need to request an Auth token from the account. Getting the list of accounts and the token is easy, I have that working so far. The problem is that Jelly Bean opens ...
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 ...
6
votes
2answers
421 views

Oauth token_rejected on LinkedIn verification - Intermittent

I'm having problems with Oauth and LinkedIn. Most of the time the verification with Oauth will work fine, but sometimes (something like 1 out of 10 or 20) LinkedIn will return token_rejected. So far ...
5
votes
5answers
3k views

Oauth client initialization in python for tumblr API using Python-oauth2

I'm new to Oauth. In the past for twitter applications written in Python i used python-oauth2 library to initialize client like this: consumer = oauth.Consumer(key = CONSUMER_KEY, secret = ...
5
votes
1answer
4k views

Facebook Oauth Access Token Different when using Graph API Explorer

(Disclaimer: The access_tokens and appIds in this post are fake and are just intended to look real) I'm trying to generate an access_token using the call to the following: ...
5
votes
1answer
3k views

Oauth 2.0 cannot get an access token from the signed_request 'code' value

I'm migrating to Oauth 2.0. My current site uses JS SDK, has a fb-login button, then I'm accessing Graph to get the users details. I'm having problems getting an access token to get this data from ...
5
votes
1answer
2k views

gdata-java-client + oauth2 + access_token secret

I'm currently trying to use the new java client(s) and due to legacy reasons for current state of google libraries, I need to use both the gdata and the new google java client api. Obviously I'd ...
5
votes
1answer
431 views

Rails authentication strategy for noob

Hope this is not too broad but after a lot of googling I am not sure where to start. I am looking for a introductory/noob overview to help me get started on building an authentication implementation ...
5
votes
1answer
107 views

Displaying a fan page in a UIWebView with an authenticated user session using Facebook's access token

We're developing an app for iOS and Android that has a rather odd requirement. One of the tabs of the app opens up the client's Facebook page. So here's our desired functionality: The user logs in ...
5
votes
0answers
793 views

Spring security restful web service token based authentication [closed]

I'm writing restful web service that is returning json and use Spring MVC for that. I'm using Spring 3.x. Now I want to add a login method, that will retrieve user name and password and return access ...
4
votes
1answer
1k views

Set Javascript API accessToken

I am developing a Facebook app. I have a server side OAuth flow which allows me to authenticate a user without requiring him to click on any button. I hence retrieve his accessToken as long as other ...
4
votes
4answers
3k views

Facebook app (NOT user) access token expiration

Do Facebook APP access tokens expire? These tokens are different than the USER tokens; they are acquired like this: ...
4
votes
2answers
556 views

Unable to receive a permanent access token for my Shopify App

I'm following the Shopify instructions to get a permanent token for a particular app/shop combination (http://api.shopify.com/authentication.html). I'm able to get the temporary token and then use a ...
4
votes
1answer
2k views

Facebook Pages (/me/accounts) access_token Expiration?

Bear with me, I know access_token questions have been asked a thousand times but I can't seem to find an answer to this specific question. Is there an expiration date for Facebook Page (not app, not ...
4
votes
2answers
3k views

Facebook Graph API Explorer won't POST scores

According to Facebook documentation: "Create or update a score for a user You can post a score or a user by issuing an HTTP POST request to /USER_ID/scores with the app access_token as long as you ...
4
votes
5answers
24k views

Facebook access_token: how do I get it once the user accepted my app?

When a user visits my site which contains a facebook app the first time, it requires him to allow it and he gets promted to do that, then I get the code which I can convert to an access_token. So far ...
4
votes
2answers
2k views

SINGLE SIGN ON SECURITY THREAT! FACEBOOK access_token broadcast in the open/clear

02/20/2011: It was confirmed by Facebook today that indeed there is one call in which the access_token is broadcast in the open . . . it just happens to be one call I use to make sure that the USER ...
4
votes
2answers
1k views

How to interpret the the oauth expires=4 digit code upon receiving access token

In my application, certain clicks need to generate facebook post. I popup the facebook login screen if I have no access token. Upon receiving the access token I also receive a "expires=4 digit ...
4
votes
2answers
1k views

trying to get app access token

I tried to get an app-access-token for my facebook app with this code: APP_ACCESS_TOKEN = FB.api( "oauth/access_token", {client_id: APP_ID, client_secret: APP_SECRET_CODE, redirect_uri: uri}, ...
4
votes
1answer
454 views

Facebook Access Token storing in android app

Since the offline access is stopped by facebook now, how do I store/get a new access token. I have tried a lot. The code is below. I have to give the access token in ...
4
votes
2answers
2k views

Can an access token returned by Facebook to the Javascript SDK work server-side with the PHP SDK?

I'm building a website that makes use of Facebook connect. I'm authenticating users client-side with the javascript SDK and calling an AJAX method on my server every time a user logs in to check if ...
4
votes
1answer
628 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
2answers
167 views

How do I do an Active login into windows Azure ACS

I have an Azure ACS set up. I have several IP's configured; one of which is a custom STS. The "passive" scenario - in which browser redirects are used to get the token from the ip to acs and back ...
4
votes
2answers
1k views

Access token immediately invalidated

for a few users (maybe not that few, considering the number of related mails I'm receiving) the access token associated with an OAUTH authorization seems to be immediately invalidated. The user is ...

1 2 3 4 5 14