Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have been to successfully embed a simple twitter widget. However I was trying to add a "people you follow" filter so that when the stream returns the appropriate results, it will only show you tweets from user's you are following (seeing that you are already logged into twitter in your browser.

Example: #NBAAllStar Search Widget Code seen below will essentially call upon these results: https://twitter.com/search?q=%23NBAAllStar

However I want to just produce these results: https://twitter.com/search/timeline?q=%23NBAAllStar

The only main call difference I am seeing is the "search" keyword vs. the "timeline" keyword

Tweets about "NBAAllStar"
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");

anyone know anything in regards to his issue and if it is even feasible?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.