When using AuthSub authentication, after the user logs into a Google service they are redirected back to the original page with a authentication token in the URL:
I\'m experimenting with some basic AuthSub authorization to test out the Google Data API (I\'m inte开发者_运维问答rested in using the Picasa API). I\'m having trouble getting my head around the steps
Hy guys, we are developing a system which will provide users with access to Google Analytics. I\'m trying to implement it in the way so user don\'t need to enter thei开发者_开发百科r Google login cred
It seems very hard 开发者_Go百科or downright impossible to take advantage of them purely in JavaScript, without a server side script (like one in PHP) helping (like masking the secret key.) However, I
I\'m writing some Google App Egnine + Android service for self and my friends. For each user this service will ask AuthSub token for another Google services.
Can anyone there please point me where did i go wrong with this? <?php if(!empty($_GET)) { if(isset($_GET[\'token\']))
I\'m using Zend Gdata to connect users to a shared Google Docs spreadsheet that serves as a backend to a custom interface.
I\'m trying to retrieve a list of blogs of a given user. I think I\'ve successivelly authorizated myself with all the token stuff, but when I ask for the list blog, I recieve a 302 moved temporarily.
I am using the JavaScript Google Data API and having issues getting the AuthSub script to work correctly.This is my script currently:
I am using google calendar API to sync google calendar with our custom calendar. Right now I am trying it with a crude way by asking user if he/she wants to sync their calendar with google or not. If