10394 Posts in 2203 Topics by 1714 members
| Go to End | Next > | |
| Author | Topic: | 4959 Views |
-
Re: Twitter module - now available to download

27 May 2010 at 12:03am Last edited: 9 June 2010 8:47pm
Twitter Module not working in 2.4:
in TwitterAPI.php replace the lines:
$conn = $twitter->connect('');
$xml = @simplexml_load_string($conn);With the following:
$response = $twitter->request('');
$xml = $response->simplexml();Explanation: the connect method is deprecated and will cause an error message, so the request method must be used instead, this returns a response object which already has a simple xml method.
-
Re: Twitter module - now available to download

11 November 2010 at 11:49am
Hey,
I made the code changes you indicated. Do you have this working in SS 2.4.*? My Twitter page shows nothing. 0's for everything. Any idea why?
Thanks,
Garrett -
Re: Twitter module - now available to download

20 November 2010 at 12:35am Last edited: 20 November 2010 12:36am
Hi Garrett
I think this will be because Nivanka (originator and maintainer of the module) hasn't had time to change the module authentication to twitter's new OAuth requirement - see Hamish's post earlier in this thread.
Unfortunately he seems to have become so busy that he hasn't had time to do this.
Michael
-
Re: Twitter module - now available to download

20 November 2010 at 3:33am
I recently used a asynchronous jQuery based solution for this. It fits perfectly for me.
http://tweet.seaofclouds.com/ -
Re: Twitter module - now available to download

17 February 2011 at 3:29am
This module don't work with SS 2.4.5. I've error500 in backed when I made new Twitter Page.
-
Re: Twitter module - now available to download

18 February 2011 at 9:26pm
I don't find this in twitterAPI.php
$response = $twitter->request('');
$xml = $response->simplexml();
-
Re: Twitter module - now available to download

18 February 2011 at 10:43pm
I solved syntax problems, but don't work because Twitter don't support BasicAuth from 2010.
How solve?
Bye
| 4959 Views | ||
| Go to Top | Next > |



