jaliss / securesocial

A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications
http://www.securesocial.ws
Apache License 2.0
1.19k stars 510 forks source link

Fixed url to get authenticated user on Foursquare provider #543

Closed mduarte closed 9 years ago

mduarte commented 9 years ago

The url to get information about the authenticated user is missing a &. Without it, the authentication of this request will obviously fail and the information about the user cannot be retrieved.

jaliss commented 9 years ago

thanks @mduarte!