google-accounts

Emailed key validation for user registration

I have a web app. I do not wish to maintain login information so I employ the gradually getting popular method of logging in thro openid, google, yahoo, etc. The user chooses which avenue of login (openid, google, yahoo, etc). After couple of legs of redirection and the id supplier verifies the login is successful, the user is accepted....

Using Apache HttpClient to login to Google Account

I am trying to login to my google account to edit my profile via a Java application using apache httpClient. The code I'm using is given below. Although the code returns a cookie its expiry is set to null and when i check the returned page HTML it is the same as the login page i am trying to connect to. Can someone please point out the...

Problem upgrading YouTube session token with the YouTube Python API

I am having trouble upgrading my session token in google app engine if my user is not logged into my application using the google accounts user api, if the user is currently logged in then it functions perfectly. If not then i am getting this error: Traceback (most recent call last): File "/base/python_runtime/python_lib/versions/1/...

Google Reader API request token, get 400:Bad Request

this Android code worked fine before, but i'm having problems for some reason. here is the request i'm trying to make: https://www.google.com/reader/api/0/token i'm getting 400:Bad Request as a response, and i'm not sure why. isn't this the correct URL for requesting a token? the auth token is being passed as a header in all requests...

Multiple Problems with Django SocialAuth - logging in with facebook, yahoo, google

hello, I am having some problems with the app django socialauth. I am receiving the following errors: no such table: openid_consumer_association I got the above error whenever I click on the google or Yahoo icon for logging in. may I know how do i fix this problem? Another error I am receiving is related to facebook connect. Whenev...