[twitter-dev] Re: Invalid / used nonce

2010-07-30 Thread Mounir Regragui
Hello Taylor! I don't think the error has something to do with the access token, because sometimes the error is thrown during my request to retrieve a Request Token. I'm afraid the error has something to do with encodings or something similar. Also, I would like to know if there is an advised

[twitter-dev] Getting Started...

2010-07-30 Thread Andy Dixon
Hello, I'm trying to migrate my code across to using oAuth, and there is no class for oAuth in the language I use, so I'm having to drop in at the deep end. At the moment, I am a bit stuck, I keep getting a 401 when I request a token. I have created this as my signature base string:

[twitter-dev] OAuth 2.0 status?

2010-07-30 Thread mcm
Hello all, What is the status of OAuth 2.0 implementation on twitter? Is there any service to begin/learn how to use it to build client applications for twitter? Thanks! mic

[twitter-dev] Streaming API for lists

2010-07-30 Thread sexyprout
Hey there! I wanted to know if Twitter will integrate lists into the streaming API. Thx.

Re: [twitter-dev] Streaming API for lists

2010-07-30 Thread John Kalucki
We were planning to do lists, but we postponed the feature to get the bulk of User Streams to market sooner and to also get User Streams out to more users. We'll consider lists as an add-on later. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Jul 30, 2010 at

[twitter-dev] Re: since_id not getting since_id :)

2010-07-30 Thread rhysmeister
I've also noticed issues with since_id on multiple API calls. The docs state for since_id... If the limit of Tweets has occured since the since_id, the since_id will be forced to the oldest ID available. I've found this to not be true and many methods return the newest Tweets. Rhys On Jul 29,

[twitter-dev] http://www.twitter.com/?status= problem with special characters

2010-07-30 Thread warpdesign
I think I found a problem with the status update using GET. http://twitter.com/?status=foo%20bar will work, correctly unescaping characters in the status textarea: foo bar However when trying to change the update using this url: http://www.twitter.com/?status=foo%20bar, the user gets

[twitter-dev] Trill

2010-07-30 Thread prashant singh
Hi Guys Today we launched our Twitter App for Nokia S60 devices . its live on OVI . you can get it at http://store.ovi.com/content/49452 . I would love to have your feedback on the same . Please feel free to let me know what you like /dislike about Trill and how can we make it better. Looking

Re: [twitter-dev] Need inputs to implement Twitter app using xAuth

2010-07-30 Thread Ernandes Jr.
It is not that difficult. However, that would be a good time saving if you reused some of those libraries. On Thu, Jul 29, 2010 at 3:20 AM, Sambath Chandran sambat...@gmail.comwrote: But I just want to know one thing. How much difficult to implement making xAuth call in Java without any

Re: [twitter-dev] http://www.twitter.com/?status= problem with special characters

2010-07-30 Thread Matt Harris
Hey, Thanks for the email. The URL pattern you are using is incorrect which is why you are seeing the status get dropped. For the ?status= URLs to work you should make sure your links follow this pattern: http://twitter.com/home?status=url%20encoded%20message Missing the /home will mean the

[twitter-dev] Twitter annotations release date?

2010-07-30 Thread mcintyre321
Hi guys, any news on the annotations roll out date? Its been a wee while since I last heard anything (unless I missed it, in which case 'Sorry!'). Has the spec been finalised or are you still hammering it out? PS if anyone is interested in annotations, check out my app at www.tweetplugs.com, I

[twitter-dev] isConnected() function always returning false

2010-07-30 Thread Dmitry Traytel
Hi there, I'm adding @anywhere into our website, for the purpose of tweeting the title/URL of specific pages. I'm running into one issue regarding the isConnected() function - it always seems to return false. This is preventing me from determining if the user is truly connected or not, resulting

[twitter-dev] Twitter Planned Network Maintenance on Sat, July 31st

2010-07-30 Thread Taylor Singletary
Hi Developers, Twitter’s hosting provider, NTT America, is upgrading a portion of our internal network starting on July 31st at 11PM Pacific (August 1st, at 600 UTC). This maintenance will last approximately five hours. During this time, there may be intermittent periods when some users are

[twitter-dev] Whitelisting takes 7 days or 72 hours?

2010-07-30 Thread Rohit Shah
Hi there, We have submitted whitelisting application 3-4 days ago and still haven't received any response. API documentation says it would take upto 72 hours. But I also saw somewhere it stated it would take upto 7 days. So I was just curious how long will it take to get response from Twitter?

Re: [twitter-dev] Whitelisting takes 7 days or 72 hours?

2010-07-30 Thread Taylor Singletary
Hi Rohit, We're behind in processing whitelisting requests and I don't have a good estimate of turn around time to give you right now. We're also in the process of re-evaluating our whitelisting policies. While we've never been cavalier in granting privileges to detailed requests for additional

Re: [twitter-dev] Discovering Who To Follow through the Twitter API

2010-07-30 Thread M. Edward (Ed) Borasky
Is this in the API, or just on the web site? -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Taylor Singletary taylorsinglet...@twitter.com: Hi Developers, We're rolling out new

[twitter-dev] Re: Discovering Who To Follow through the Twitter API

2010-07-30 Thread Taylor Singletary
Hi Ed, An API for this feature is coming very soon... And you're going to love it! Taylor On Friday, July 30, 2010, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: Is this in the API, or just on the web site? -- M. Edward (Ed) Borasky http://borasky-research.net

Re: [twitter-dev] Re: Discovering Who To Follow through the Twitter API

2010-07-30 Thread M. Edward (Ed) Borasky
I'm still trying to figure out who gets recommended when someone follows me ... thinking about crowdsourcing it. ;-) -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Taylor

[twitter-dev] Re: Uploading photo w\ OAuth echo

2010-07-30 Thread Tom
Basically what you do in an echo is make an oAuth request to the verify_credentials.json page, but you don't do the actual request - instead, you take the Authorization: header and send it to Twitpic. So, no, you don't add anything else than you would have for a normal call to verify_credentials.

[twitter-dev] Re: Getting Started...

2010-07-30 Thread Tom
I don't immediately see what's wrong, but consider tracing your steps. You already have a class that creates the authorization header. Feed it some information which you know to be correct, and check for the outcome. You could use these: http://dev.twitter.com/pages/auth#request-token - all

[twitter-dev] Re: Invalid / used nonce

2010-07-30 Thread Tom
Hi Mounir, I'm using this code myself, maybe you can transform it to the language you use. http://www.devonferns.com/cocoablog/?p=45 Tom On Jul 30, 11:32 am, Mounir Regragui reg.mou...@gmail.com wrote: Hello Taylor! I don't think the error has something to do with the access token, because

[twitter-dev] Re: Getting Started...

2010-07-30 Thread Stephen
Just going to chime in that I'm having the same problem with my own implementation, despite following the documentation exactly. Even sending the exact header that Tom linked to, OAuth oauth_nonce=QP70eNmVz8jvdPevU3oJD2AfF7R7odC2XJcn4XlZJqk, oauth_callback=http%3A%2F%2Flocalhost%3A3005%2Fthe_dance