I have a site where users can login using their LinkedIn and other social networking profiles using a plugin from http://www.oneall.com/.
Once users are logged in, how can we auto-populate this information into Gravity Forms?
We are already collecting this data:
user_ID
$user_email
$user_url (User's website, as entered in the user's Profile)
$user_pass (The phpass hash of the user password - useful for comparing input at a password prompt with the actual user password.)
$display_name (User's name, displayed according to the 'How to display name' User option)
$user_identity (User's name, displayed according to the 'How to display name' User option (since 3.0))
We would also like to collect LinkedIn data, such as phone number, company, company size, etc.
Thanks,
Josh