Re: [twitter-dev] user details

2010-10-06 Thread Ross Tweedie
Once you have have authenticated the access tokens, you should be able to call the API directly to get a list of friends and followers using URLs such as http://api.twitter.com/1/followers/ids.json?user_id=12345 and http://api.twitter.com/1/friends/ids.json?user_id=12345 There is more

Re: [twitter-dev] Adding twitter message

2010-10-04 Thread Ross Tweedie
Hi Pam, Like you I've only recently started using the Twitter API, but it seems pretty straight-forward, and it can be run from a local server. In my case I'm using the OAuth authentication to send tweets from a website. If you are having issues turning on the PHP errors for the entire server,

Re: [twitter-dev] Adding twitter message

2010-10-04 Thread Ross Tweedie
Just incase it helps, here is a work around for older versions of php: http://my.php.net/manual/en/function.json-decode.php#80606 Hope that helps. On 4 October 2010 09:43, Knutsford Software i...@knutsford-software.co.uk wrote:  I am using PHP Version 5.1.6 and I now get the following