Re: [twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-28 Thread Fabien Penso
On Fri, May 28, 2010 at 8:08 AM, earth2marsh ma...@earth2marsh.com wrote:

 Finally, it would be super-helpful to have a changelog on
 dev.twitter.com—especially if it came with an rss feed!

+1


Re: [twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-27 Thread John Kalucki
Thanks to Mark, #1 has been in the Streaming API for weeks now, but we have
to coordinate a deploy before you can use it. The pacing is up to the
annotations people.
#2 and #3 don't apply to Streaming, it seems.


On Thu, May 27, 2010 at 12:23 AM, Jebu Ittiachen
jebu.ittiac...@gmail.comwrote:

 +1 to the streaming request, as an option if possible.

 Thanks,
 Jebu

 On May 27, 6:03 am, Walter walte...@gmail.com wrote:
  Great work!
 
  Are there plans to include these features in streaming API?
 
  Thanks!
 
  On 26 maio, 19:22, Taylor Singletary taylorsinglet...@twitter.com
  wrote:
 
 
 
   Hi Developers,
 
   We released some new features today that I'll summarize briefly here.
 
   *Entities*
 
   Raffi's already introduced the concept of entities to you in a previous
   post:http://bit.ly/boHXYv
 
   You can now retrieve entities for tweets by specifying a
   include_entities=true parameter to statuses/home_timeline,
   statuses/user_timeline, statuses/friends_timeline, and
 statuses/mentions API
   calls to receive additional per-tweet payloads dissecting parse-able
   elements from the tweet body like @mentions, links, and hashtags. It's
   really cool! Some examples of how entities are represented can be found
   here:http://dev.twitter.com/pages/tweet_entities
 
   *Retweets in Timelines*
   *
   *Many developers have asked for merged timelines including native
 retweets;
   for backwards-compatibility reasons this hasn't been possible in the
 past.
   Now you can include a include_rts=true parameter to
 statuses/user_timeline,
   statuses/friends_timeline, and statuses/mentions API calls to receive
   retweets inline in the payload.
 
   *OAuth callbacks with non-standard URI schemes*
   While you still can't set your default oauth_callback in your client
   application record to a URI schemes that aren't of the http or https
   variety, you can now dynamically set your oauth_callback on the
   request_token step of the OAuth dance to custom URI schemes. This is
 useful
   when your application is a web browser itself, or has the capability of
   registering custom URI schemes on the host operating system; a great,
 almost
   friction-free solution for those weary of the out-of-band OAuth flow.
 
   Since these features are new, we would appreciate any comments,
 suggestions,
   or notes on any bugs you discover while using them.
 
   Some relevant updated documentation:
 http://dev.twitter.com/doc/get/statuses/mentionshttp://dev.twitter.co...
 
   Taylor Singletary
   Developer Advocate, Twitterhttp://twitter.com/episod