Re: Why isn't this code snippet working

2008-12-25 Thread Matthias Bauer
hubs wrote: This is the error code I'm getting: Warning: simplexml_load_file(http://twitter.com/statuses/followers/ hubs.xml) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized in /home/.jerrie/hubs/

Re: Unable to View Single, Protected Statuses

2008-12-25 Thread leebert
Thanks Ninjamonk, that did the trick! On Dec 23, 6:37 pm, Ninjamonk dar...@stuartmedia.co.uk wrote: Ok solved the issue .net seems to have issues with the network creds try this instead request.Headers.Add(Authorization, Basic + Convert.ToBase64String(new

Search via Proxy question/error

2008-12-25 Thread Steve Brunton
I'm playing around with trying to get search results via a proxy request through my local webserver. For some reason though the search API keeps on returning 500 HTML results with a 200 status code. Just wondering what might be passing through in the request that is breaking something on the

Question about Searching for people in Twitter?

2008-12-25 Thread Libyano
Hi ... Howmany times i can search for people per hour or per day ? because in that day i got message that i finish my trying to search for people . so i guessed there is a limit for searching .

Re: Question about Searching for people in Twitter?

2008-12-25 Thread Alex Payne
There is a limit, but it may fluxuate. Please do not programmatically access people search. If and when we're ready to, we'll expose it as an API method. On Thu, Dec 25, 2008 at 13:29, Libyano liby...@gmail.com wrote: Hi ... Howmany times i can search for people per hour or per day ?