Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm use"PHP OpenID" for login with Google accounts into my site(forum and wiki) but when i send my profile address and i signed in bellow error are shown:

OpenID authentication failed: Nonce already used or out of range

1.where is the problem and how can i fix it?

2.how can get picture and another information's from a Google profile? 3.how can i get the following list and other information about followers and ... from it?

my test page is: http://www.osdev.ir/openid/

share|improve this question
Did you tried this: remysharp.com/2007/12/21/… – YumYumYum Jan 4 '11 at 23:12

1 Answer

The 'nonce already used or out of range' means that the nonce returned by the OpenID provider has expired -- this is checked against to prevent replay attacks.

This could be because your system time is out of whack (at least, that's when I got the error).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.