Hi, I am new on Oauth,
I am a Blogger author that used to manage my posts using the Zend API via legacy client-login.
Now the Google's Blogger legacy Zend APi is deprecated. And I need to rewrite my old Blogger interfaces to Zend .. :(
I had a look at PHPClasses' OauthAPI. It is (very) interesting, but as I understand, the current version only allows the redirect URL on public domain, even for Google API.
---
However, on May 28th Google updated an article with a sample to show ho identify the user on a LOCALHOST server.
This is possible By using the Google's identity toolkit
Here is the instructions:
developers.google.com/identity/tool ...
I tried the Google QuickStart sample, and yes, it works. I can be identified. And I needed 3 days only to have the testing code working... :-(
Despite the time spent, I still do not understand what to do after that, what to do to control my Blog using my PHP scripts !
---
my questions:
1) Is it planed to update the PHPClasses's Oauth-Api to manage the identity using localhost ?
-- As a blogger author, that would allow me to obtain the "token" and so on, by using the integrated PHP-4a server
2) Is it possible to have some sample on how to use the PHPClasses'Oauth process and how to use authenticaton data to access Google API, like Blogger ?
Many thanks in advance to Manuel :)