Get the latest Tweets of a User

Hi,

I am creating a mobile app and one of the sections is of a users twitter feed (there tweets). From what ive read over on the twitter dev forums is that you to do this via server side because it requires authentication (OAuth).

Is this possible to do? If so can someone provide guidance/tutorial because I’m at a loss.

1 Like

You should read Twitter docs on their API:
Twitter Streaming API
Twitter API Overview
Twitter API OAuth

As far as OAuth implementation goes try googling “angular OAuth”. You can find plugins like this one: Angular-oauth, and tutorials like this one: Safe sign in via OAuth.

But in my opinion You should start with the Twitter docs :slight_smile:

1 Like