[twitter-dev] Which api url to use?

2010-02-22 Thread Dmitri Snytkine
Is there a difference between using http://api.twitter.com/1/statuses/update.format and http://api.twitter.com/statuses/update.format (without the /1/)?

Re: [twitter-dev] Which api url to use?

2010-02-22 Thread Ryan Alford
I *believe* Twitter is moving to versioning the API(which is what the /1/ means..it's version 1). So I would use the URL with the /1/, since the other way be deprecated in the future. Ryan On Mon, Feb 22, 2010 at 11:19 AM, Dmitri Snytkine d.snytk...@gmail.comwrote: Is there a difference

Re: [twitter-dev] Which api url to use?

2010-02-22 Thread Raffi Krikorian
yeah - please use the /1 URLs. if api.twitter.com works without /1, then that's inadvertent, and we'll probably fix that. On Mon, Feb 22, 2010 at 9:18 AM, Ryan Alford ryanalford...@gmail.comwrote: I *believe* Twitter is moving to versioning the API(which is what the /1/ means..it's version

Re: [twitter-dev] Which api url to use?

2010-02-22 Thread Ryan Alford
Raffi, Just so you know, http://twitter.com/statuses/update.format; also works. That's what I have been using in my app until today(moved to the versioning). Ryan On Mon, Feb 22, 2010 at 12:23 PM, Raffi Krikorian ra...@twitter.com wrote: yeah - please use the /1 URLs. if api.twitter.com

Re: [twitter-dev] Which api url to use?

2010-02-22 Thread Raffi Krikorian
hi ryan. yup - those are the original update methods, right? like http://twitter.com/statuses/update.xml http://twitter.com/statuses/update.json we haven't set a deprecation date for those yet - but developers should plan on it. please start to migrate to the api.twitter.com/1/ URLs. On Mon,

Re: [twitter-dev] Which api url to use?

2010-02-22 Thread Ryan Alford
Yes, those are the ones I am talking about. Ryan On Mon, Feb 22, 2010 at 12:41 PM, Raffi Krikorian ra...@twitter.com wrote: hi ryan. yup - those are the original update methods, right? like http://twitter.com/statuses/update.xml http://twitter.com/statuses/update.json we haven't set a

Re: [twitter-dev] Which api url to use?

2010-02-22 Thread Isaiah Carew
i'm bound to forget this in about an hour. is this old/new versioned/not listed somewhere in the API docs? On Feb 22, 2010, at 9:42 AM, Ryan Alford wrote: Yes, those are the ones I am talking about. Ryan On Mon, Feb 22, 2010 at 12:41 PM, Raffi Krikorian ra...@twitter.com wrote: hi

Re: [twitter-dev] Which api url to use?

2010-02-22 Thread Raffi Krikorian
the API wiki docs were painstakingly converted to use the api.twitter.com/1endpoint. if you spot a place we missed, feel free to pass it along! thanks! On Mon, Feb 22, 2010 at 10:33 AM, Isaiah Carew isa...@mac.com wrote: i'm bound to forget this in about an hour. is this old/new

Re: [twitter-dev] Which api url to use?

2010-02-22 Thread Ryan Alford
Its actually listed on all of the twitter api method pages, except for the OAuth methods. Ryan Sent from my DROID On Feb 22, 2010 1:58 PM, Isaiah Carew isa...@mac.com wrote: i'm bound to forget this in about an hour. is this old/new versioned/not listed somewhere in the API docs? On Feb

Re: [twitter-dev] Which api url to use?

2010-02-22 Thread Ryan Alford
The documentation for the 4 OAuth methods do not show the versioning URL. I didn't know if they were moved over or not. Ryan Sent from my DROID On Feb 22, 2010 2:08 PM, Raffi Krikorian ra...@twitter.com wrote: the API wiki docs were painstakingly converted to use the

Re: [twitter-dev] Which api url to use?

2010-02-22 Thread Isaiah Carew
the docs wiki pages list the end-point URLs such as: http://search.twitter.com/search.format and http://api.twitter.com/1/statuses/home_timeline.format but it doesn't say much about the 1 being a version number, or about why some endpoints (e.g. search) have a different base URL than others,