社交验证实施
你好 我正在使用以下链接中提供的代码来实现socialAuth 代码。 http://code.google.com/p/socialauth/wiki/GettingStarted 。
但是当我使用提供者对象(AuthProvider 类)时。它在编译 verifyResult 方法期间给我编译错误。如果有人已经实施了。 请帮忙。 谢谢。
Hi
I am implementing socialAuth code using the code provided in the following link.
http://code.google.com/p/socialauth/wiki/GettingStarted.
But when I use provider object (of class AuthProvider). It gives me compilation error during compiling verifyResult method. If somebody has already implemented.
Please help.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己得到了答案。我必须在谷歌注册并获取消费者密钥和秘密。
获取了 Yahoo 的联系人列表,并且在 Gmail 联系人时遇到了一些问题。有人用过社交身份验证 API 吗?
Got the answer my self. I had to register with Google and get consumer key and secret.
Got the contactlist of Yahoo and getting some issue while gmail contacts. Anybody used the social auth API?