php-openid
php-openid copied to clipboard
LiveJournal.com related bug
examples/consumer/index.php doesn't work with livejournal.com
I try to use my openid "bolk.livejournal.com" and get blank page with URL http://somemyexamplehost.ru/examples/consumer/try_auth.php?action=verify&openid_identifier=http://bolk.livejournal.com
Oops… sry, this is correct URL:
http://www.livejournal.com/openid/server.bml
and page is not blank, it contains:
This is an OpenID server endpoint, not a human-readable resource. For more information, see http://openid.net/.
so what's the way out, or is it the proper behaviour?
No it's incorrect. Correct behavior — OpenID authorization instead of blank page.
FYI - I had this same problem and was able to fix it with this:
http://www.gitorious.org/statusnet/mainline/commit/961aba68fc7a03e784591b4f3df35ee36196e631
Is somebody help me to solve this problem?
bolknote; implement the fix in the changeset I linked to and you should be good to go.
It works! Thank you!
This repo is being archived. Closing issue.