I’m having problems with a small OpenID-library called LightOpenID
.
I can authenticate to almost all providers, but I don’t know how to fetch the data from the provider. I only get Array(), even with print_r().
I’m having problems with a small OpenID-library called LightOpenID . I can authenticate to
Share
You need to call
getAttributes()after$openid->validate()not before.Remember: