[twitter-dev] Which OAuth URLs are right?

2010-06-20 Thread Jef Poskanzer
My app page at http://twitter.com/oauth_clients/details/n says I should use: http://twitter.com/oauth/request_token http://twitter.com/oauth/access_token http://twitter.com/oauth/authorize However the "OAuth at Twitter" page at http://dev.twitter.com/pages/auth#at-twitter says to use https i

Re: [twitter-dev] Which OAuth URLs are right?

2010-06-20 Thread Andrew W. Donoho
On Jun 20, 2010, at 06:54 , Jef Poskanzer wrote: > Which should I believe? I'm sure all combinations of http/https > twitter.com/api.twitter.com work, at least for now, but the dev page > seems pretty emphatic that I should use its version. If it's that > important, shouldn't the official app p

[twitter-dev] Re: Coming soon: a solution for Open Source applications using OAuth with the Twitter API

2010-06-20 Thread nov
Hi, Twitter API team Is this feature already released? If so, how can we register key_exchange enabled consumers? On 6月12日, 午前7:56, Taylor Singletary wrote: > Hi Developers, > > As has been discussed on the list recently, OAuth and Open Source > applications are a difficult combination because t

Re: [twitter-dev] Twitter places documentation / bug??

2010-06-20 Thread Alex Korotkov
how can I easilly convert date format (in status -> created_at) to standard -mm-dd H:i:s ???

[twitter-dev] statuses/followers cursor parameter

2010-06-20 Thread Darkcentral
Hello, I want to fetch the users followers on my page. What script should I use? I want to use JSON, but don't know how to use the cursor parameter. Darkcentral

[twitter-dev] Non-Followers

2010-06-20 Thread Tom Shaw
Is there any way to discern users that are not following you? I've noticed from the result set from the API method 'statuses/friends' has a key called ['following']. This key seems redundant to me because it's always true. That's what this method does is find people you are following. The key shoul

Re: [twitter-dev] Twitter places documentation / bug??

2010-06-20 Thread M. Edward (Ed) Borasky
Quoting Alex Korotkov : how can I easilly convert date format (in status -> created_at) to standard -mm-dd H:i:s ??? Depends on what language you're using. Perl has dozens of date munging libraries, and Ruby, Python, PHP and JavaScript undoubtedly have at least one each. I started w

[twitter-dev] Re: Dev Portal Login

2010-06-20 Thread Dewald Pretorius
Taylor, When is developer.twitter.com/login going to be fixed? It's been down now for at least the past 5 days already. Really weird that nobody complains about it here. Doesn't anybody register new Twitter applications anymore? On Jun 16, 12:15 pm, Taylor Singletary wrote: > There is no SSL ce

[twitter-dev] mentions API broken?

2010-06-20 Thread Mark Sievers
http://dev.twitter.com/doc/get/statuses/mentions Just noticed I havent being getting mentions for the past 4 hours via the twitter.com web client. Tested and confirmed via cURL ing the API that this is a problem: Test proceedure was *cURL friends_timeline using count to get last 200 tweets, conf

[twitter-dev] Twitter Places

2010-06-20 Thread ELB
Hello, I read on the Twitter blog that: (http://blog.twitter.com/2010/06/ twitter-places-more-context-for-your.html) "We are releasing API functionality that lets developers integrate Twitter Places into their applications.“ I wanted to check in to see where we could learn about what functionali