Skip to content

add support for userInfo in notifyLogin request #6

Description

@lsmith77

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions