Re: [twitter-dev] [PHP] Automatic tweets from a site?

2011-01-21 Thread Knutsford Software
- Original Message - From: juri juri.pe...@gmail.com To: Twitter Development Talk twitter-development-talk@googlegroups.com Sent: Friday, January 21, 2011 4:00 PM Subject: [twitter-dev] [PHP] Automatic tweets from a site? Hello there, i am wondering if it's possible to send

Re: [twitter-dev] Twitter stopped working

2010-11-02 Thread Knutsford Software
- Original Message - From: CWorster cwors...@schlimmer.com To: twitter-development-talk@googlegroups.com Sent: Monday, November 01, 2010 4:55 PM Subject: Re: [twitter-dev] Twitter stopped working It used to work adn I ahve no idea why it has now stopped so can someone please point

Re: [twitter-dev] Twitter stopped working

2010-11-02 Thread Knutsford Software
Is it possible to bypass the nonce check or use something else other than the server time? I am guessing not but I said I would check just incaset. Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

Re: [twitter-dev] Twitter stopped working

2010-11-02 Thread Knutsford Software
- Original Message - From: Scott Wilcox To: twitter-development-talk@googlegroups.com Sent: Tuesday, November 02, 2010 10:15 AM Subject: Re: [twitter-dev] Twitter stopped working Your machine's time should always be accurate. Run NTPd or similar. There is no way of bypassing the

Re: [twitter-dev] Twitter stopped working

2010-11-01 Thread Knutsford Software
- Original Message - From: CWorster cwors...@schlimmer.com To: twitter-development-talk@googlegroups.com Sent: Monday, November 01, 2010 4:55 PM Subject: Re: [twitter-dev] Twitter stopped working It used to work adn I ahve no idea why it has now stopped so can someone please point

Re: [twitter-dev] Twitter stopped working

2010-11-01 Thread Knutsford Software
- Original Message - From: Taylor Singletary To: twitter-development-talk@googlegroups.com Sent: Monday, November 01, 2010 4:40 PM Subject: Re: [twitter-dev] Twitter stopped working I would recommend strengthening your error handling code here so that you are able to

Re: [twitter-dev] Adding twitter message

2010-10-06 Thread Knutsford Software
Thanks every one - correcting the clock on the server worked. - Original Message - From: Knutsford Software i...@knutsford-software.co.uk To: twitter-development-talk@googlegroups.com Sent: Tuesday, October 05, 2010 3:40 PM Subject: Re: [twitter-dev] Adding twitter message Stupid me

Re: [twitter-dev] Adding twitter message

2010-10-05 Thread Knutsford Software
PHP has now been upgraded to 5.2 on the server but it is now failing with Invalid / used nonceI gather that is due to the timezone not being liked. The site is being hosted in the UK so what do I do about the timezone so that twitter is happy pleas?so that Twitter is happy?Thanks -- Twitter

Re: [twitter-dev] Adding twitter message

2010-10-05 Thread Knutsford Software
If you simply use time() then you'll get the correct timestamp, assuming that the server's clock is correct. Timezones do not influence time(). Tom On 10/5/10 3:29 PM, Knutsford Software wrote: PHP has now been upgraded to 5.2 on the server but it is now failing with Invalid / used nonce I

Re: [twitter-dev] Adding twitter message

2010-10-04 Thread Knutsford Software
Thanks I will try changing $twitterObj = new EpiTwitter($consumer_key, $consumer_secret); I will also try and turn php errors on. I tried last week but it didn't do anything Pam - Original Message - From: Scott Wilcox sc...@dor.ky To: twitter-development-talk@googlegroups.com

Re: [twitter-dev] Adding twitter message

2010-10-04 Thread Knutsford Software
I am using PHP Version 5.1.6 and I now get the following Fatal error: Call to undefined function json_decode() in /var/www/vhosts/pub-rooms.co.uk/httpdocs/updates/company/lib/EpiTwitter.php on line 41 So it looks as though json isn't installed on the server. Thanks I will get the site

Re: [twitter-dev] Adding twitter message

2010-10-04 Thread Knutsford Software
Thanks. That looks just the job Pam -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: