Page 1 of 2
Twitter Feed Not Working
Posted: Thu Jun 06, 2013 1:48 pm
by David Andrews
I have a page in my app that uses the Twitter feed (as demonstrated in the sample). It has been working fine for weeks. Yesterday afternoon it stopped working and nothing is coming through at all. I had not made any changes to the app for days before that.
Any idea what might be wrong?
Twitter Feed Not Working
Posted: Thu Jun 06, 2013 1:59 pm
by Maryna Brodina
Hello! Looks like Twitter has deprecated version 1 of their API and moved to Version 1.1. So the previous feed won't work anymore.
Twitter Feed Not Working
Posted: Thu Jun 06, 2013 3:36 pm
by David Andrews
Any idea what the new JSON request should be?
Twitter Feed Not Working
Posted: Thu Jun 06, 2013 3:38 pm
by maxkatz
Twitter's new API requires to sign in via oAuth 2. So, it's not a basic app any more.
Twitter Feed Not Working
Posted: Thu Jun 06, 2013 4:03 pm
by David Andrews
That is terrible timing as this whole app was for a conference this weekend. Is there a tutorial or something for how to use the oAuth to just search a twitter hash tag?
Twitter Feed Not Working
Posted: Fri Jun 07, 2013 7:45 am
by Maryna Brodina
Hello! We're working on creating new tutorial, should be available next week...
Twitter Feed Not Working
Posted: Wed Jun 12, 2013 7:13 pm
by Sean Collins5947385
I'm having the problem too its quite frustrating. I'm following the code given to me on twitters developer page
"!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
Twitter Feed Not Working
Posted: Wed Jun 12, 2013 7:18 pm
by Maryna Brodina
Hello! We're working on new Twitter tutorials, they should be available soon, it's almost finished.
Twitter Feed Not Working
Posted: Sun Jul 14, 2013 6:55 pm
by Andy Parker
Any news on the new Twitter tutorials?
I'm particularly interested in the new Twitter feed tutorial.
Would be really useful 
Twitter Feed Not Working
Posted: Sun Jul 14, 2013 10:19 pm
by maxkatz