David Andrews
Posts: 0
Joined: Mon Mar 11, 2013 10:04 pm

Twitter Feed Not Working

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Twitter Feed Not Working

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.

David Andrews
Posts: 0
Joined: Mon Mar 11, 2013 10:04 pm

Twitter Feed Not Working

Any idea what the new JSON request should be?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Twitter Feed Not Working

Twitter's new API requires to sign in via oAuth 2. So, it's not a basic app any more.

David Andrews
Posts: 0
Joined: Mon Mar 11, 2013 10:04 pm

Twitter Feed Not Working

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Twitter Feed Not Working

Hello! We're working on creating new tutorial, should be available next week...

Sean Collins5947385
Posts: 0
Joined: Wed Jun 12, 2013 7:12 pm

Twitter Feed Not Working

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");

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Twitter Feed Not Working

Hello! We're working on new Twitter tutorials, they should be available soon, it's almost finished.

Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

Twitter Feed Not Working

Any news on the new Twitter tutorials?

I'm particularly interested in the new Twitter feed tutorial.

Would be really useful :-)

Return to “Issues”