Reputation: 282915
I'm trying to implement OpenID on my site. I've got Google, Yahoo! and ClaimID working so far, but AOL tells me "Invalid devId or Site not registered.". So how do I register my site and/or get a devID and pass it along? I'm using JanRain/PHP OpenID. AOL's dev blog is just a mess.
Upvotes: 1
Views: 1020
Reputation: 282915
The problem seems to have fixed itself. I can now log in with AOL with no changes to my code.
Upvotes: 0
Reputation: 81801
AOL is only an OpenID 1.x Provider, whereas the others you mentioned are 2.0 providers (I'm not sure about ClaimID). I think Janrain's PHP library can handle interop with either version, but in your investigation just be aware of the potential difference there.
Upvotes: 2
Reputation: 738
This may not be related, but it looks like AOL's OpenID may be having issues right now, I had to switch to another provider to log into SO.
Upvotes: 3