[twitter-dev] Re: Receiving streaming API tweets without id_str

2010-11-07 Thread CaMason
I can confirm that I am also seeing this via the Site Streams API. We are checking for messages of type 'tweet' by checking for existence of 'id_str'. Occasionally, this is missing. -Craig On Nov 6, 5:08 pm, Adam Green 140...@gmail.com wrote: My error logs started showing tweets without an

[twitter-dev] Re: Statuses Show not working

2010-11-07 Thread Colby Palmer
I am also having the same problem with not found errors. I've found I can sometimes get a response if I use the old format of /statuses/ show.json?id=, but this doesn't work consistently. Could it be Snowflake-related? -- Twitter developer documentation and resources:

[twitter-dev] Uploading photo in base 64 via XMLHttpRequest

2010-11-07 Thread mlowicki
Hello! I'm developing Twitter client and I want to add option for uploading photo to Twitpic. This is the code: [...] // Listener on Add photo button. triggerBtn.addEventListener('click', function() { opera.io.filesystem.browseForFile('', '', function(mp) { var fs = mp.open(null,

[twitter-dev] statuses/mentions missing tweets

2010-11-07 Thread Aaron Rankin
I'm seeing errors with this endpoint. A request for the last 200 mentions of @aaronrankin returns 29 mentions that were created between February and now, with many missing. Per my own cache of tweets, there were 200 mentions of @aaronrankin between September 3rd and today. -- Twitter developer

[twitter-dev] PHP 5.3 simple OAuth library

2010-11-07 Thread Craig Mason
Hi All, We've recently been developing a PHP 5.3 client for accessing Site Streams API. One requirement was the ability to generate OAuth signatures without being forced to use any specific connection implementation, and without enforcing any particular token storage mechanism. Just plain, basic

[twitter-dev] Re: Oauth Incorrect Signature or Could not authenticate error

2010-11-07 Thread DavidD
Also Favorites works fine. No errors. I'm not sure why this works and direct_messages doesn't, nor will destroy on a status id I really am at a loss here. Can no one give me a pointer as to my problem? Are there any issues with these api's? David On Nov 6, 5:39 pm, DavidD

Re:[twitter-dev] Re: Oauth Incorrect Signature or Could not authenticate error

2010-11-07 Thread udta
No code, No answer What is the lib you are using? Maybe the post body's urlencoding is wrong. Maybe you will meet the same problem when friendship create... At 2010-11-08 13:20:13,DavidD ddudl...@gmail.com wrote: Also Favorites works fine. No errors. I'm not sure why this works and

[twitter-dev] Re: User Lookup in JavaScript

2010-11-07 Thread EL
Still struggling with this. Been playing around with all the parameters but cannot seem to authenticate these requests. Anyone able to suggest any cause? Thanks On Nov 3, 8:47 am, EL lee@gmail.com wrote: Thanks. I took the square brackets out, but still get back: {error:Incorrect