Access Token is the last token acquired during the OAuth authentication process.
3
votes
0answers
402 views
oauth access token validation google
How can we validate the Oauth access token being used for accessing a resource ?Here is the scenario i am facing .I am storing the long-lived access token for accessing a resource.Now it suddenly ...
2
votes
0answers
21 views
FOSOAuthServerBundle access_token life time
If someone are looking how to change access_token life time (expires_in) for FOSOAuthServerBundle then here is how to do it:
fos_oauth_server:
service:
user_provider: ...
2
votes
0answers
93 views
using omniauth for facebook login with only access token
I am creating an api in rails for mobile application. Now the user will login using facebook and i will recieve the access token post facebook authentication. I have to take this access token and ...
2
votes
0answers
444 views
Facebook API unsupported get request
I am posting Open Graph actions using the PHP SDK. Randomly about 1 in 20 of these actions turns up on the wall as normal but I am unable to access or delete it through the API. Trying to do so errors ...
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 ...
2
votes
0answers
69 views
Search for places with an App Access Token suddenly stopped working
i am calling the graph API with an App Access token (grant_type=client_credentials) to search for places on facebook. Quering for
...
2
votes
0answers
55 views
Facebook Constantly Switches Between Two Access-Tokens
I'm facing a somewhat weird situation. In our application we removed the use of the offline_access-scope and implemented their new logic to get a new token. Therefore, we use the following ...
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 ...
2
votes
0answers
782 views
Facebook Client-side authentication and offline_access deprecation
Before you start yelling at me, I know many users already asked for something like this, but I read all of them and couldn't find any reply related to my specific case: I eventually managed to get ...
2
votes
0answers
178 views
View Page that is Age Restricted
I am creating a Facebook Gallery on our bar's website that pulls our albums from our Facebook Business Page. When I put an age restriction on the Fan page I am unable to view the albums. How can I ...
2
votes
0answers
2k views
Facebook iOS SDK - extend expired token
I am having hard time trying to get the new extending-an-expired-token flow work.
When first-time user sign in the app over Facebook SSO, the token returned by Facebook usually expires in roughly 2 ...
2
votes
0answers
311 views
Android - issue with facebook logout
Ive got an android app, it connect with facebook and ask for "offline access", so the access token should be always the same, but then I logout (facebook.logout()) and login again facebook is giving ...
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 = ...
1
vote
0answers
279 views
“Error Validating Application” on localhost
First of all what I am trying to do:
Updating the status and uploading photos to a Facebook Page as the page (not a user)
What I did:
I created an application
I granted the app permission to ...
1
vote
0answers
523 views
Facebook offline_access but access tokens still expire
I have written an application to manage a user's Facebook notifications. The app requests offline_access as well as manage notifications permissions. My logs have been filling up with Facebook errors. ...
1
vote
0answers
279 views
error on get /me with access_token facebook php sdk 3.1.1
If i try:
https://graph.facebook.com/me?access_token=MY_ACCESS_TOKEN
It works. But if I make a call:
$user_profile = $facebook->api('/me?access_token='.MY_ACCESS_TOKEN);
It doesn't work:
...
1
vote
0answers
266 views
ASI request app with access token best practice, design pattern
I work with an app that interacts with the server on every screen.
I do not know before making the request if my token has expired, so sometimes they end up being rejected. In the meantime other ...
1
vote
0answers
101 views
facebook and twitter access-keys like AWS has
I am writing a desktop app, so webbased oauth circuit is not applicable to my needs.
now if you are an AWS customer you have your secret user/pass to own the account.
but you also can generate ...
0
votes
0answers
8 views
Exchange Access Token does not return output sometime in facebook graph api
I am using graph api to exchange access token in one of my application, but sometime its returns blank output.
I am using this code snipet
$graph_url = ...
0
votes
0answers
13 views
Checking authorization of REST requests
I want to know if the following pseudocode is the standard way to go for
controlling authorization using access tokens in a rest environment (this
is not the key point)
or either it is wrong or there ...
0
votes
0answers
15 views
how can I store users access token in my text file
I am new to facebook app development and I am creating an app which requires the access token of the user to be stored in my DB or somewhere in my hosting. I am currently using following script.
...
0
votes
0answers
32 views
Facebook application access token
I need help.I have problem with my javascript.It seems that variable x does not take the value
from the response and keeps says undefined.Here is my code
`
var x;
window.fbAsyncInit = function() ...
0
votes
0answers
4 views
X-PP-AUTHORIZATION for third Party Expresscheckout does not work for some
I am having this issue using performing expresscheckout on behalf of our customer for a month now.
I do have the "Access Token" and "Secret Token" generated using PermissionService API. Therefore, I ...
0
votes
0answers
57 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 ...
0
votes
0answers
30 views
ios - How do I get token from Google,Yahoo?
I'm new to iPhone development,I'm trying to get access token from Google,I load the data(Google,Yahoo,Facebook) from JSON url in UITableview,once I click the Google it redirects to UIWebview(Gmail ...