views:

256

answers:

2

I want to build a website that allows user sign in with Openid, especially Google account. I wanna use Google Federated Login with Hybrid protocol. I found that link: http://code.google.com/intl/vi-VN/apis/accounts/docs/OpenID.html But I didnt find any link to download the source code. Anybody can help me? Thank you so much. P/S: I only can use php, plz help me with php source code :D. Thanks again.

A: 

The OpenID+OAuth hybrid protocol is just OpenID with a very simple extension on top. Get yourself a decent PHP OpenID library and find/implement the very simple OAuth extension and you're good to go.

Well, you'll also need a library to perform the OAuth signing with the access token.

Andrew Arnott
A: 

I have successfully implemented OpenId in my project. Now i also want OAuth but i have no idea how to add it. I am implementing it in grails. Is there anybody who has implemented OpenId+OAuth in java?

Sikander Zaman
you are supposed to ask it as a new question, not as an "answer" to someone else's question.
Lo'oris