0
votes
1answer
29 views

When implementing an oauth2 server, is there any reason to store access tokens?

If I'm writing a server to issue access tokens based on refresh tokens, is there any reason to store the resultant access tokens in the database? My initial assumption is not to because the access ...
0
votes
0answers
28 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
2answers
62 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 ...
0
votes
0answers
26 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) ...
0
votes
2answers
114 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
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
166 views

linkedin access token oauth_expires_in VS 60 days expiration

http://developer.linkedin.com/documents/authentication (section: Refreshing Access Tokens) The paragraph says LinkedIn access token can be refreshed in 60 days time on the other hand it also ...
0
votes
3answers
545 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 ...
1
vote
1answer
126 views

Facebook Test users - Access Token

I am trying to test my app by creating some test users on the app developer portal. When i click on the link "switch to" next to a test user, it logs me out of facebook and logs me in as the test ...
0
votes
0answers
93 views

OAuth1.0 2Legged OAuth error signature_invalidbase_string

hi i am following this tutorial (link) .i am sending this request in google app engine java.i am trying to implement a 2 legged OAuth authentication.i am sending a post request to url ...
0
votes
1answer
102 views

Oauth Multi tenancy: Should access token be generated per user or tenant?

We have a platform that is running on a Multi-Tenant scheme. So we have Tenant as parent and Users as children in the scenario. We are developing a Rest API on that platform (we have SOAP services ...
-1
votes
1answer
110 views

facebook app not accessible from other user accounts

i have developed succesfully an android facebook app which creates events on facebook. i run it as an administrator runs smootly, everything ok. the problem is when i tried to run the application as a ...
1
vote
0answers
127 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
67 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 ...
0
votes
1answer
176 views

Facebook SDK: How to correct initialize FBSessionTokenCachingStrategy with old token?

How to correct initialize FBSessionTokenCachingStrategy? I have: facebook-ios-sdk (not new, but 3.0). Also, i have an iOS-project, thtat must run under iOS 5.* And i have a trouble: How to ...

1 2 3 4 5 9
15 30 50 per page