jasonmayes / Twitter-Post-Fetcher

Fetch your twitter posts without using the new Twitter 1.1 API. Pure JavaScript! By Jason Mayes
http://www.jasonmayes.com/projects/twitterApi
Other
912 stars 233 forks source link

screenName not working? #180

Closed porchemasi closed 6 years ago

porchemasi commented 6 years ago

The examples do not work for anything with screen names. only the deprecated Id examples work. Did something change? All I want to show is my outbound tweets without an iframe.

var configLikes = { "likes": {"screenName": 'jason_mayes'}, "domId": 'exampleLikes', "maxTweets": 3, "enableLinks": true, "showUser": true, "showTime": true, "showImages": true, "lang": 'en' }; twitterFetcher.fetch(configLikes);

jasonmayes commented 6 years ago

Works for me. I can not replicate: https://codepen.io/jasonmayes/pen/Ioype?editors=0110 Please check something on your website is not conflicting.