Hi all.
I need to “grab” posts from my account if and only if it has a certain hashtag and put it on my own personal website.
How can I do this?
I am pretty new to everything here.
Hi,
I think you can use ‘statuses/user_timeline’ and check if response.entities.hashtags.indexOf(‘certain hashtag’) !== -1
And if so, grab it 
I have no clue what you just said. Mind explaining?
What server side language do you use?
And how do you connect to REST API?
Well, I watched this video (Getting a list of tweets with the new Twitter REST API v1.1 - YouTube) for some direction to try and get an idea.
To answer your question, PHP and Ajax