alexsorokoletov / birdnest

Automatically exported from code.google.com/p/birdnest
0 stars 0 forks source link

Support for http://api.twitter.com URL instead of http://twitter.com since new retweet does not work #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try new retweet @ http://nest.onedd.net/api/1/statuses/retweet or
http://nest.onedd.net/api/statuses/retweet
2. Both redirect to page does not exist on Twitter

Need to setup birdnest to forward to http://api.twitter.com/ for any
requests that use 1/xxx/yyy API calls. This will support new API URL and
features such as retweets as well as original API. Original URL is not
forward compatible.

E.g.
http://twitter.com/statuses/update
  also available on
http://api.twitter.com/1/statuses/update

http://api.twitter.com/1/statuses/retweet
  not available on 
http://twitter.com/statuses/retweet

Original issue reported on code.google.com by ganesh...@gmail.com on 5 Jan 2010 at 5:44