Access Token is the last token acquired during the OAuth authentication process.
1
vote
1answer
5k views
How to create an access token?
I am a bit confused about the facebook graph api and access tokens.
I have created a facebook user and a facebook page. Now I want to write an application that lets the user post a message on the ...
1
vote
1answer
474 views
How can I fetch the access token using the Grails oauth plugin?
I have been trying this for quite a while now. I am able to fetch the request token no problem. But when i try to exchange it for the access token I get the following error:
2011-07-17 ...
1
vote
0answers
13 views
Extended Facebook Access Token Not Working
I have an app that uses the JavaScript SDK to get one of the Facebook 2-hour "short-lived" tokens. I then take this token and send it to the endpoint below:
...
1
vote
1answer
37 views
How to design oauth 2.0 access token field in Sql?
I am designing the database for my own OAuth service. My current solution is to have an 512-bit long access token and save it as binary data in sql. Is this a good practice? Do I need varchar type ...
1
vote
1answer
45 views
How to get security token and then navigate to our app?
I'm building an app using OpenID authentication,I loaded the data(Google,Yahoo,Facebook) in UITableview from URL,once i click that it redirects to the login page in UIWebview.
When I login Google or ...
1
vote
2answers
66 views
+50
Access Token from my app doesn't work when I try to use it in a Facebook (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 ...
1
vote
0answers
66 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 ...
1
vote
1answer
171 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 ...
1
vote
0answers
105 views
Obtain an App Access Token with Android FacebookSDK v3
This is my first topic, I hope you can help me (please be nice with my English because my first language is french) thx :) )
I have a problem, I'm trying to get an app Access Token with the Facebook ...
1
vote
1answer
258 views
Sharing things in facebook using fb_graph gem
I'm trying to share in facebook while creating the content using fb_graph(2.6.0) gem,
i'm getting following errors while trying :
app = FbGraph::Application.new(APP_ID, :secret => APP_SECRET)
...
1
vote
0answers
70 views
How to check if google user has already made an account with my site?
In my site users are able to sign-up with their google accounts. I am able to do that just fine and I store their access token and when the access token expires. Also I get a new token if their ...
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
0answers
42 views
oAuth 2 google login - access_token and refresh_token
As far as I understood access_token has a short life about 1 hour and then if the user wants to log on I should use refresh_token to take new access_token. What I observed in my tests is that even on ...
1
vote
1answer
100 views
access token for google cloud print service
I want to use google cloud print service for my application,
Concept is : Buyer can purchase products from my site and he should send order list to supplier's printer.
For this, Supplier should ...
1
vote
0answers
80 views
Facebook C# SDK - error on hosted site, while reading fun page access token
I'm using Facebook C# SDK to interact with my funpage, I wrote an ASP NET vb page that posts photo on the fun page wall, it works fine on my local machine, but I receive this error when I try to ...
1
vote
1answer
89 views
Getting offline updates using access_token
I'm building application which will provide new filters for Facebook users. For these filters to work I need to fetch user posts (from his wall) so I managed to let them log in through their Facebook ...
1
vote
0answers
53 views
Implementing Refresh Tokens in API
Right now my website has an API which is secured using signed key authentication (accessed using a PHP client). Now, I want to introduce the use of a JavaScript client for use with certain endpoints.
...
1
vote
0answers
132 views
Koala: Facebook fresh OAuth code invalid or expired
everybody.
I'm working with a simple Facebook authentication system on my platform (with Rails and Koala) and it's almost working as expected. But there's this one critical bug that's driving me nuts.
...
1
vote
0answers
143 views
we were unable to find the authorization token in ios
I have got api key and secret key,I am making iphone application and wants that user can register through their linkedin account.I am getting we were unable to find the authorization token error.And ...
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 ...
1
vote
0answers
69 views
Down-scoping Oauth access-token, possible?
I am developing an open source javascript project. It has client side database, Oauth Connect login and bear-token base access to cross domain resource servers like (GData, Google cloud storage, AWS ...
1
vote
0answers
83 views
facebook wall feeds output - access_token issue
I've an apparently simple problem that is killing me. I read a lot on this topic but I cannot find any solution.
when I access to my wall with this url:
Profile feed (Wall): ...
1
vote
1answer
72 views
access_token not showing in url in SWT browser
I am developing an Eclipse plugin where user needs to login to their Facebook account in an SWT brower. I am using the way, described here to try to get the access token from the url. It had worked ...
1
vote
0answers
221 views
Limits of app access tokens
Like many other people on the web I was worrying about the expiration of the 60-day access tokens because my app will do some async publishing and I cannot initiate re-athorization because those jobs ...
1
vote
1answer
179 views
Request Facebook access token without being logged in?
I want to download event information from a company's Facebook page using FacebookSDK 3.1.1 to present in a UITableView. This works fine as long as the user is logged in to his/her Facebook account.
...
1
vote
0answers
63 views
Does Javascript SDK update accessToken expiry?
Sorry if this a simple uber basic question... but I am just looking for clarification.
If our pages are calling the Facebook Javascript SDK () on most pages, is the expiration of the accessToken ...
1
vote
0answers
271 views
DropboxUnlinkedException but the session already had token inside and user didn't revoke the access
My problem is I have existing user in database which store the key and secret from the first authentication. I wish to reuse it again when I come back. For the first time authentication, everything ...
1
vote
0answers
78 views
What is the next process after i have stored the LinkedIn access token in Xcode
it's been a long time since i have busted all my brains on this issue .
I know how to integrate LinkedIn to my native iPhone application. I also know a little bit about how OAuth works so , i ...
1
vote
0answers
242 views
Post to my facebook page (fan site) as admin via php (fb sdk) with extended token
Could you please someone show a simple way how can I achieve the following task?
I've got a website where users can upload some kind of posts. I need a new feature: when someone publishing a post, it ...
1
vote
1answer
392 views
Google authentication return invalid grant
I know this question has been posted before. But none of them has the answer. So I am re-posting the question.
I am trying to get the analytics data. But after authenticating I get the 'invalid_grant' ...
1
vote
1answer
244 views
Exchange short-lived access token for long-lived, not working
I am trying to exchange a short-lived user access token for a ling-lived, but getting an an error (in all.js):
ReferenceError: invalid assignment left-hand side
...
1
vote
1answer
86 views
facebook access_token of user
Is it possible that we can request for our facebook access_token and then give it to the third party?
I am planning to make a site that the users are able to save favorite facebook post and then I ...
1
vote
1answer
229 views
facebook access token best practice
I am using oauth 2 to authenticate user on facebook. My application is loaded within canvas page and I am getting user access token from signed_request.
What is best practice for store and use user ...
1
vote
1answer
445 views
Facebook Event Search - Access Token
A while ago I had written some code that searched Facebook events using the api. I've been trying to revive that code but have been unsuccessful. The main difficulty I see is that is that searching ...
1
vote
0answers
118 views
facebook offline_access_token truncating expiry time
I have a question regarding to Facebook removing of offline_access_tokens. According to the document,we can
refresh the life time of the token to 60 days after getting a new
token
from the ...
1
vote
0answers
1k views
How to download a file uploaded to a private Facebook group using Graph API
Facebook now allows us to upload arbitrary types of files to Facebook groups, which is great. I am writing a single-sign-on iOS app, which accesses such a private group the user belongs to, and ...
1
vote
1answer
2k views
Renew long lived access token server side
We are retrieving the long lived access token from facebook fine, however we need to renew this token automatically so that it does not expire every 60 days.
Reading the documentation it says you can ...
1
vote
0answers
359 views
How to get a long term access token
Sience Facebook canceled offline_access scope,The access token I get can only available for 2 days.I read their blog,and tried to refresh token every hour.But every time the token I get is just the ...
1
vote
0answers
152 views
Why my app get different expiration time of Facebook access token?
I have a web application, which needs user's Facebook permissions, and perform some actions in the background. For most users, this app can get an access token with 2 months expiration time through ...
1
vote
0answers
232 views
validity of x-google-token
Refer to this post. As per the post everything works fine for me, but still I have a suspect for the validity of the auth token. Is there any validity for that token? I tried to login with the same ...
1
vote
1answer
186 views
Access tokens?
I am developing an app in PHP hosted on Heroku, and my biggest problem is not getting access tokens for a user to get my app to fully work. The app works perfectly for me (as I am an admin), but other ...
1
vote
1answer
210 views
Is it a good practise to store accessToken client-side?
For a website that call a backend for each of Data through backend's API
the backend first delivers an accessToken through its authenticate handler, or the accesstoken could also be delivered with ...
1
vote
1answer
691 views
MGTwitterEngine for iOS : how to get accessToken? Error 401
I'm using MGTwitterEngine library for my iOS app to post tweets.
NSString *username = dataBase.twiLog;
NSString *password = dataBase.twiPas;
NSString *consumerKey = cons_key;
...
1
vote
0answers
268 views
How to fetch events with ajax using graph.facebook.com
First of all: I want to list stuff I post on Facebook on my own website. I do NOT want to post stuff from my website to Facebook.
NOTE that I've removed all https:// from all url's.
With that said, ...
1
vote
0answers
58 views
Which access_token do I use to upload a video to an iframe based page-tab application?
I want to let users upload a video to a page that I am admin for. And the application has been added as a tab to this particular page.
Using the example from ...
1
vote
2answers
144 views
What is the deal with offline_access? Is it still in use?
I can request an access_token upon supplying an offline_access scope parameter to oauth. I can execute OpenGraph commands that require an access_token just fine when logged out of Facebook, and when I ...
1
vote
0answers
253 views
Getting Access token Gmail atom feed (PHP)
How can I get the access token properly in gmail atom feed. I have gone through 1-4 steps in getting the token but stuck at the last part in upgrading to access token. At the 4th step I have been ...
1
vote
1answer
284 views
Something wrong, with my facebook graph URL
I'm obviously doing something wrong when trying to access information from the facebook graph API, here is the code of my page:
It fetches everything I need other than the users email address, I ...
1
vote
0answers
318 views
display facebook page dialog with ios sdk
I'm working with ios, and I'm trying to show a facebook page to let user like it.
There is a dialog method in facebook ios sdk
[facebook dialog: andDelegate:]
But i can't use this method, because ...
1
vote
0answers
519 views
not getting access token or too many redirects
According to this page I am setting the url to get access_token. Below is my redirectUri string and urlForAccessToken string respectively.
String redirectUri = ...

