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.
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