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 am using JanRain OpenID Library PHP. I am trying out the consumer example in /example/consumer. Services like Google (or Yahoo) are not working, while other's like myopenid.com, blogger are working.

My PHPinfo says that cURL and OpenSSL is enabled. Note that I also tried using LightOpenID Library (gitorious.org/lightopenid) which works with Google. Unfortunately, it doesn't work on server with php safe_mode On, it requires cURL. So I cannot use on all servers.

JanRain's Library works on the server but not with Google.

share|improve this question
possible duplicate of Janrain's PHP-OpenID and Google/Yahoo – Dan McGrath Jun 12 '10 at 0:52

1 Answer

You say that you have cURL, so dependency on it shouldn't be a problem.

LightOpenID will work in safe_mode if you comment this line(at least it works for me). It won't follow Location http header then, but I don't know any server which uses it.

Anyway, safe_mode is deprecated, so you should avoid servers where it's enabled.

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.