Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for userInfo in notifyLogin request #6

Open
lsmith77 opened this issue Dec 20, 2011 · 0 comments
Open

add support for userInfo in notifyLogin request #6

lsmith77 opened this issue Dec 20, 2011 · 0 comments

Comments

@lsmith77
Copy link

see also http://developers.gigya.com/020_Client_API/020_Methods/socialize.notifyLogin

userInfo (JSON object/string)

This parameter allows you to provide Gigya with a site's user profile data. This ensures consistent user experience. Gigya uses this information, for example, in plugins that show user info, such as the Chat and the Comments plugins. 
The object may include the following fields: nickname, photoURL, thumbnailURL, firstName, lastName, gender, age, email.
For example:
userInfo: { firstName: "David", gender: "m", age:30 }

However from looking at the relevant buzz method the relevant information is currently not passed along:
https://github.com/opensky/GigyaBundle/blob/master/Socializer/Buzz/MessageFactory.php#L128

So it will require some changes to the calling API's too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant