-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Hi, great plugin! And I hope that the development goes on for this gem.
I am wondering. I am able to do a sign-in with Twitter. My db stores twitter_handle, twitter_oauth_token and twitter_oauth_secret. However, my user model also has other fields such as: full_name, description, url, followers_count, friends_count, photo_caption, photo_file_name, etc, which are all fields from the user twitter api (http://dev.twitter.com/doc/get/statuses/show/:id)
I need to populate these fields in my local db. How should this be done?
Reactions are currently unavailable