[twitter-dev] Re: API Curl: Status update result: http_code =0!

2009-07-14 Thread nordmograph
So as I said when I test my script localy on my win32 it works fine I get this: Array ( [url] = http://twitter.com/statuses/update.xml?status=It%27s+made+of+a+module+and+a+profile+application [content_type] = application/xml; charset=utf-8 [http_code] = 200 [header_size] = 890

[twitter-dev] Re: API Curl: Status update result: http_code =0!

2009-07-13 Thread nordmograph
OK , I was testing on a shared host I finally tested locally on a win32 with Curl and it worked fine Twitter sending back a http_code 200 on successfull tweet. Any Idea why the same script used on my host receives a http_code 0 whatever happens? Thanks a lot!

[twitter-dev] API Curl: Status update result: http_code =0!

2009-07-11 Thread nordmograph
Hi there , I'm new to this group, so hello everyone, I'm tryng to set my first (php) use of the twitter API using CUrl and I'm experiencing a strange behaviour: I get this http_code zero when my post has been added and also when I can't authentificate. I read a previous post on this group