TOPIC: Can't get data from Twitter at the momment! - API change

Can't get data from Twitter at the momment! - API change 10 years 7 months ago #2656

Since last week (when Twitter changed some bits of their API) the module isn't able to retrieve data anymore.
(Also on your won demosite: demo.omegatheme.com/joomla17/extensions.html)

Is that something that's going to be fixed in the nearby future?
I've got several instances of this module around, and will have to look for alternatives if no action is undertaken soon: clients are on my neck ;)
The administrator has disabled public write access.

Re: Can't get data from Twitter at the momment! - API change 10 years 7 months ago #2660

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
We will back to extensions upgrading later after complete with Joomla! template first.

Sorry about late,

Omega Team
The administrator has disabled public write access.

Re: Can't get data from Twitter at the momment! - API change 10 years 7 months ago #2671

Do you have any idea, when approximately that will be...?
Are we talking about days, weeks or months?

cheers
Sjoerd
The administrator has disabled public write access.

Re: Can't get data from Twitter at the momment! - API change 10 years 7 months ago #2713

The fix is extremely easy ;)
The issue is this change: dev.twitter.com/discussions/10803

Just updated the module with the following, until your update comes along:
helper.php, line 25:
			// changed by sejKo 2012-10-22 due to API change: https://dev.twitter.com/discussions/10803
			#$url = 'http://twitter.com/statuses/user_timeline/' . $twitterUsername .'.xml';
			$url = 'https://api.twitter.com/1/statuses/user_timeline.xml?screen_name=' . $twitterUsername;

helper.php, line 42:
			// changed by sejKo 2012-10-22 due to API change: https://dev.twitter.com/discussions/10803
            		#curl_setopt($ch, CURLOPT_URL, 'http://twitter.com/statuses/user_timeline/' . $twitterUsername .'.json');
			curl_setopt($ch, CURLOPT_URL, 'https://api.twitter.com/1/statuses/user_timeline.json?screen_name=' . $twitterUsername);
Last Edit: 10 years 7 months ago by planetcrypton.
The administrator has disabled public write access.

Re: Can't get data from Twitter at the momment! - API change 10 years 5 months ago #3108

  • pep_tol
  • pep_tol's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
So how to solve this situation?

planetcrypton's solution did not work for me :(
The administrator has disabled public write access.

Re: Can't get data from Twitter at the momment! - API change 10 years 5 months ago #3116

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

It will be update as soon as possible.

Thanks
The administrator has disabled public write access.
Time to create page: 0.087 seconds