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

learn more… | top users | synonyms

11
votes
2answers
10k 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 ...
0
votes
1answer
52 views

Google OAuth 2.0 inconsistent token type?

Google says in its own OAuth 2.0 specs in accordance with the OAuth 2.0 draft that the authorization header should be: Authorization: Bearer {access_token} And indeed it works with the G+ API. But ...
17
votes
3answers
232 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 ...
0
votes
0answers
38 views

Facebook Graph API - post comment as user

I want to send comments to wall posts of a fanpage. $facebook->api('/post_id/comments', 'POST', array('access_token' => $auth['access_token'], 'message' => 'my message')); This is working, ...
0
votes
1answer
20 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 ...
0
votes
1answer
56 views

Facebook PHP SDK - OAuthException - Active token is valid in http request but in code not

I am getting this error when i open my app canvas. I already found out in which line the error comes up. User is logged in <-(echo by php) Short Token is: XXXTOKENXXX <-(echo by php) Fatal ...
1
vote
1answer
117 views

Client Secret vs Access Token Rails Instagram API

I'm learning Ruby on Rails and I'm trying to implement Instagram API. I'm reading through documentation https://github.com/Instagram/instagram-ruby-gem and in the configuration portion it says to put ...
0
votes
0answers
131 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
0answers
29 views

Best practice for store Access Token in a OAuth Web Client

Where an Web OAuth client application should store the Access Token? Considering that we have several ways to store it (Cookies, Session ...), what is the best practice?
0
votes
1answer
82 views

How to get Google OAuth2 Token with Webview

I am trying to implement OAuth2 within my android app using webviews. One issue I am having is after the user allows my app to access their account, I am redirected to the page that contains the ...
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 ...
2
votes
2answers
6k views

Retrieving facebook user wall posts through graph API

I'm currently working on a facebook app which captures wall posts for a specified user, page or group, after a user has authorized the app I quote the access_token that is returned to call the method ...
0
votes
1answer
29 views

Why won't the Saml2SecurityHandler create a token using ReadToken from a string I've just created using WriteToken?

So I need to serialize a token to send to a service via a queue + NetMessageBinding in Azure. The token comes from ACS and after some jiggery pokery I have the Saml2SecurityToken and I can write it ...
0
votes
1answer
81 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
19 views

disqus where to grab access_token

Based on this link "Authenticating as the Account Owner Many applications simply want to perform actions on behalf of the account owner. You can do this using the standard OAuth flow, except that you ...
0
votes
1answer
48 views

Google App Engine : Common way to implement sessioned API/ajax requests?

I don't even understand how user session information is persisted across regular HTTP/S GET calls, and I mean the details, like line by line of code and data in the server/client exchanges. I ...
0
votes
0answers
38 views

Collecting client-specific data from OAuth2.0 Access token

Is there a way to collect useful, client-specifc information from API users without using an access_token with stored data about the client? My use case: I have implemented an OAuth2.0 Resource ...
0
votes
0answers
62 views

Error while authenticating google mail using oauth (vb.net)

i am using this to get my access token *note: it is https not ttps, cause i cant post more 2 links in a question. ...
0
votes
2answers
600 views

How to add a token to my api using mvc 4?

How might I add a secure token to access the api so that not everyone can get it. I would like the format of my url to be : api.example.com/*key*/person?id=5 and when I send this request it will ...
1
vote
2answers
2k views

Get LinkedIn Access Token with OAuthSimple in Javascript

I'm using OAuthSimple in Javascript with PIN based authentication (OOB flow). We are developing an HTML5 app which lives inside a mobile device's native wrapper using PhoneGap. There's not ANY server ...
0
votes
2answers
65 views

Facebook Access Token - Force Expiration for Test

Is it possible to force a Facebook access token to expire in the new 3.2 Facebook SDK? I need to test the auth logic in my iOS app. I know this has been asked in the past.. but all answers I have ...
3
votes
4answers
7k views

How to get a Facebook access token on iOS

iOS beginner here. I have the following code: [facebook authorize:nil delegate:self]; NSString *string1=[facebook accessToken]; NSLog(string1); The log shows: ...
0
votes
0answers
28 views

fail to get the access token

I try to get the access token so as I can access to google storage in my code. Here is my code: "GoogleCredential credential = new GoogleCredential.Builder().setTransport(HTTP_TRANSPORT) ...
1
vote
1answer
159 views

How to make authorize request with Google Plus Social Graph

I am working on PHP application, which communicates with Google Plus. For getting information about people in circles I send request to this link: ...
1
vote
1answer
160 views

GoogleAuthorizationCodeTokenRequest connect time out exception when using Google's OAuth 2.0

I am able to get an authorization "code" in the callback from the user giving my web app permission to access a Google Calendar. But when I try to get an Access Token and Refresh Token using the ...
0
votes
1answer
88 views

Get AccessToken with JavaScript from LinkedIn

I am developing a LinkedIn app with Javascript. Is there a way to authenticate a user without requiring him to click on a button and get his access token which can be sended to my server with ...
1
vote
2answers
130 views

Twitter api for getting friends list using access token and secret

My first question at StackOverFlow! Pardon me if I go wrong, my question doesn't make any sense or it hurts the community. I have got Twitter Access Token and Twitter Secret for my Android app using ...
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. ...
1
vote
1answer
293 views

Sign in via Google Plus APIs

I am trying to collect data of my user while he signs up for my website. I am asking for the following scopes while making a request <span id="signinButton"> <span class="g-signin" ...
0
votes
2answers
117 views

Refresh LinkedIn Access Token using Scribe

I am using Scribe to access the LinkedIn API. I am saving the Access Token along with the Access Token Secret in the database and use them every time I call the API. The Access Token is supposed to ...
0
votes
1answer
1k views

OAuth access token request failing (NSErrorFailingURLStringKey)

I have the following steps completed in the OAuth process: 1) Request token 2) Authorize token 3) Receive PIN number What I can't get to work is getting the access token with the PIN I receive. It ...
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
1answer
99 views

How to off session access token expired on facebook api?

I go to https://developers.facebook.com/tools/explorer to get my photo in facebook, I use this code: $json = ...
0
votes
0answers
39 views

Access token from my app doesn't work when i try to use it in a fql

I am using fql(mentioned below) to retrieve friends checkins,when i try my query on graph explorer it works fine and gives the required results so this means that there is no problem with the my query ...
0
votes
1answer
216 views

Just want my app to fetch an access token to read a public photo gallery with javascript/jquery

Honestly running out of options, I have tried doing just about every single walkthrough on the Facebook development site and just can't seem to get anything at all to work. I wrote this gallery ...
0
votes
0answers
25 views

Facebook for android: get code instead of auth_token

I'm using Facebook SDK in my Android application Is there any way to get the code instead of auth_token from session object? Right now session.getAccessToken() returns auth_token. I've found that ...
0
votes
1answer
1k views

Facebook extended access token doesn't work - but everything seems to be fine (?)

I try to get 60 days facebook access token from server side request. After user is loged in I check access token through getAccessToken() function from Facebook SDK and after that I use ...
1
vote
0answers
62 views

Using ExtraData to send params from the authorization server back to the client

I've been trying to use the ExtraData property on the EndUserAuthorizationSuccessBase class to send extra params back to the client. I first needed to send back the username but then I figured out I ...
0
votes
1answer
53 views

Storing custom info in UserNamePasswordValidator

I have a WCF service on .NET 4 with a custom UserNamePasswordValidator, secured with SSL and message security. The UserNamePasswordValidator receives the user name and password and passes it to a ...
6
votes
2answers
412 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 ...
0
votes
1answer
216 views

Using access token - calling the youTube data API C#

It's unclear to me how I can do an API request to retrieve data for the YouTube API. I used this code (http://zavitax.wordpress.com/2012/12/17/logging-in-with-google-service-account-in-c-jwt/) to get ...
0
votes
1answer
74 views

Connect to Twitter given already have token?

I have looked at all the Python Twitter API wrappers that I could find on Bitbucket, Github and PyPi, but have been unable to find one which allows you to connect to Twitter if you already have the ...
3
votes
2answers
1k views

Extending Facebook server-side access tokens gracefully

I have an application that used to use offline_access, which obviously needs changing since that's going away. We use this permission to publish messages to the facebook wall of a user when they ...
0
votes
1answer
139 views

Google OAuth 2 auth - Error: redirect_uri_mismatch even after registered uri

I'm trying to exchange authorization_code for access_token with Google OAuth2 $client_id = urlencode(GOOGLE_CLIENT_ID); $client_sec = GOOGLE_CLIENT_SECRET; $redirect_uri = ...
2
votes
1answer
101 views

Access token in my db

so if I want to catch errors with expired access token, I have to check this out https://developers.facebook.com/blog/post/2011/05/13/how-to--handle-expired-access-tokens/ and ok, but its a lil bit ...
0
votes
0answers
65 views

Is it normal to get long-lived access token in case of OAuth login without Javascript SDK?

I'm using facebook OAuth login in my app without Javascript SDK following the developer thread in developer.facebook.com - ...
0
votes
3answers
555 views

Twitter OAuth and accessToken to GET statuses/user_timeline in Objective-C

I'm trying to acquire the accessToken value from Twitter for using it in my app (I need to use API v1.1's Authentication Model for GET statuses/user_timeline); I have registered my app on ...
0
votes
0answers
89 views

Facebook Connect stops working (PHP Sdk)

I have a problem with a facebook connect in my website. It works just fine for some time, but from one day to the other, it just stops working... then I just keep trying, messing with the code, clear ...
0
votes
0answers
10 views

access token error when using?

I am using Applicationcraft.com to test Facebook. I have created a Facebook app. Their plugin allows me to login and get an access token. I can use : var source4 = ...
0
votes
0answers
30 views

Access token expires and valid check

In offline access, how to get access token expires and check it is valid or not in facebook?

1 2 3 4 5 14