Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
1answer
821 views

How to make AccountManager (authtoken) and OpenID work together (without AppEngine)?

I am making an Android app which should be able to get data from a web service (which is not part of GAE). Users are able to log in to web service through their browser by using OpenId (only Google ...
3
votes
0answers
34 views

single google account authtoken for Multiple Google Data API in Android

Hello android enthusiast, i'm struggling to find solution to this problem. I'm planning to access the user's Google Calendar and Google Documents,(using google-api-java-client-v1.6.0). I can access ...
3
votes
4answers
2k views

How to retrieve an Facebook-AuthToken from the accounts saved on Android

I'm trying to retrieve the AuthToken for Facebook (saved by Facebook for Android) by using the following piece of code. AccountManager am = AccountManager.get(this); Account[] accounts = ...
2
votes
1answer
318 views

AccountManager blockingGetAuthToken gets stuck

I've been using the SampleSyncAdapter as a base to create my own SyncAdapter. It seems to work well to add a new account, but once I want to get the authtoken with ...
1
vote
0answers
40 views

Expired Auth Token for YouTube

I have read this http://code.google.com/apis/youtube/2.0/developers_guide_protocol_oauth2.html my problem is I need code in C# .net what will return Expired Token for Youtube account. But I could ...
1
vote
1answer
110 views

Google AuthToken Validity for C2DM Services

I am Developing a web server which sends push messages automatically to my android application whenever I add new data on web server. But, for sending the push message through C2DM server we need to ...
1
vote
0answers
253 views

Facebook SDK 5+ authentication token error: A connection attempt failed because the connected party did not properly respond after a period of time

I have an issue I have been trying to fix since this morning (now over 8h). I got the facebook cookie contents, found the auth token which works fine on its own in the browser ...
1
vote
0answers
41 views

mod_auth_token for tomcat

Is there a Tomcat Servlet that works similar to mod_auth_token? mod_auth_token is written in C, mean for Apache. I am looking for a pure Java implementation. It is better if that implementation ...
1
vote
1answer
512 views

How to get C2DM auth token?

I'm working on android c2dm for a while. Last week, I got registration id in the emulator's logcat, but I still can not get auth token. And there are some error & warning messages in my logcat: ...
1
vote
1answer
165 views

Google Buzz OAuth server drops the oauth_token value when authorize the request token (OAuthAuthorizeToken)

I'm trying to authenticate to Google Buzz with OAuth but encounter a weird problem: After get an unauthorized request token (OAuthGetRequestToken) I try to authorize the request token ...
1
vote
1answer
872 views

OAuts with Signpost - how to sign POST to get Access token

I'm working with client who provided me with somewhat vague instructions. Here's what I'm doing (using CommonsHttpOAuthConsumer as consumer and DefaultOAuthProvider as provider) I'm able to get ...
0
votes
0answers
20 views

Check valid AuthToken for Youtube when use ClientLogin

Do you know the best solution to check if AuthToken is valid for Youtube account. I use my APP for upload video to YouTube. and I use clienlogin.may be some way to cath exception what show that ...
0
votes
1answer
21 views

Are Auth Tokens App Specific?

I'm in the process of developing an app that will allow users to perform a lot of the same actions of our website (slimmed down, of course) but we're also toying with the idea of adding a facebook ...
0
votes
0answers
32 views

Apps auth_token connection error : blank page showing up

We created a Facebook App a few months ago. It was going all well until recently when it started showing a blank white page and loading forever when trying to access it. The URL is fluctuating every ...
0
votes
1answer
222 views

Auth token facebook php error

It's weird because on my canvas page for my facebook app I get all these php errors about my auth_token and then it redirects and works as it should. Can someone help me figure this out por favor? ...
0
votes
1answer
205 views

InvalidAuthenticityToken error when using token based authentication in devise

I've enable token based authentication (token_authenticatable) in devise in my rails app and it's working well. Now I'm making an android application that uses the web service provided by this rails ...
0
votes
1answer
621 views

Auth problem on Facebook using Ruby/sinatra/frankie/facebooker

I'm using sinatra/frankie/facebooker to prototype something simple to test the facebook api, i'm using mmangino-facebooker the more recent version from github and I cloned the most recent version of ...