- Posts: 3
- Thank you received: 0
Can't get data from Twitter at the momment! - API change
- Sjoerd Kok
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 6 months ago #2656
by Sjoerd Kok
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
(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

Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
12 years 6 months ago #2660 by Trung Duong
Replied by Trung Duong on topic Re: Can't get data from Twitter at the momment! - API change
We will back to extensions upgrading later after complete with Joomla! template first.
Sorry about late,
Omega Team
Sorry about late,
Omega Team
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- Sjoerd Kok
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 3
- Thank you received: 0
12 years 6 months ago #2671
by Sjoerd Kok
Replied by Sjoerd Kok on topic Re: Can't get data from Twitter at the momment! - API change
Do you have any idea, when approximately that will be...?
Are we talking about days, weeks or months?
cheers
Sjoerd
Are we talking about days, weeks or months?
cheers
Sjoerd
Please Log in or Create an account to join the conversation.
- Sjoerd Kok
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 3
- Thank you received: 0
12 years 6 months ago - 12 years 6 months ago #2713
by Sjoerd Kok
Replied by Sjoerd Kok on topic Re: Can't get data from Twitter at the momment! - API change
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:

The issue is this change: dev.twitter.com/discussions/10803
Just updated the module with the following, until your update comes along:
Code:
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: 12 years 6 months ago by Sjoerd Kok.
Please Log in or Create an account to join the conversation.
12 years 4 months ago #3108
by Pep Tol
Replied by Pep Tol on topic Re: Can't get data from Twitter at the momment! - API change
So how to solve this situation?
planetcrypton's solution did not work for me
planetcrypton's solution did not work for me

Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
12 years 4 months ago #3116
by Trung Duong
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
Replied by Trung Duong on topic Re: Can't get data from Twitter at the momment! - API change
Hello,
It will be update as soon as possible.
Thanks
It will be update as soon as possible.
Thanks
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
Time to create page: 0.197 seconds