I am trying to make an sample web app using php mysql, where if a user enters a twitter username, he can see the profile pic of that particular user.
Which api could help to implement this.
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.
If you know the username, it’s pretty easy to get the profile pic in Twitter: just check the url:
… where ‘twitterapi’ should be replaced by the actual username.
Here’s more to read.