How can I include an option to use their twitter profile picture for the users instead of uploading new one for the profile.Is it possible to refresh the profile picture from twitter into my website account.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can call a GET request to Twitter’s servers using their API for retrieving the user’s profile image.
Basically, by calling a GET request to an url like this:
it would return the image you want from the user on twitter.
Here’s the API page for more details: https://dev.twitter.com/docs/api/1/get/users/profile_image/%3Ascreen_name