PHP Classes
elePHPant
Icontem

Retrieve Twitter user profile info: Integrate Twitter in my application

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  All requests RSS feed  >  Retrieve Twitter user profile info  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Retrieve Twitter user profile info

Edit

Picture of praveen kumar by praveen kumar - 1 year ago (2014-12-20)

Integrate Twitter in my application

This request is clear and relevant.
This request is not clear or is not relevant.

+1

I need to retrieve the Twitter user profile to integrate twitter in my application.

Ask clarification

1 Recommendation

PHP OAuth API: Authorize and access APIs using OAuth

This recommendation solves the problem.
This recommendation does not solve the problem.

0

Picture of Manuel Lemos by Manuel Lemos package author package author Reputation 11100 - 1 year ago (2014-12-21) Comment

Accessing Twitter API to get the user profile requires to implement the OAuth authorization process to obtain an access token.

From then on you can perform any Twitter API calls on behalf of the user that authorized the access, including retrieving its profile details.

This class can perform either the authorization process and call any APIs based in OAuth.

There is one specific example that shows how to obtain the Twitter authorization token and call the Twitter API to get the current user profile.

You can also read this article to learn more about how the OAuth process works using this PHP OAuth client class.


Recommend package
: 
: