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

2010-06-07 Thread Kilsally
does the updated retweet api fix the twitter widget code which also did not post native retweets?

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

2010-05-28 Thread earth2marsh
It appears that skip_user=true is ignored by the retweets returned in a timeline method using include_rts=true Is this a bug or as-designed? And may I +1 uprise78's point about the utility of adding entities to all returned tweets, especially search. Finally, it would be super-helpful to have a

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

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

2010-05-27 Thread Walter
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

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

2010-05-27 Thread Tim Acheson
Thank you for fixing the issue of retweets not being included in timeline data! I reported the issue as soon as it arose, when the retweet feature was first introduced, and have been monitoring the situation ever since: http://code.google.com/p/twitter-api/issues/detail?id=1312

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

2010-05-27 Thread Jebu Ittiachen
+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

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

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

2010-05-27 Thread David Zuelke
On May 27, 12:22 am, 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

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

2010-05-27 Thread themattharris
I've replied on the ticket but for the benefit of everyone here is the reply: Thanks. The entities in retweets will function for all retweets from now on. If you query a timeline which has retweets in it [1] you should find the entities are included and with the correct offsets. 1. twurl

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

2010-05-27 Thread uprise78
Will unicode urls be punycoded? Are there any plans to extend this to all returned tweets (search for example)? It seems its usefulness is suspect until it is available across the board due to the fact that a parser will have to exist client side until that happens.

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

2010-05-27 Thread David Zuelke
On May 27, 8:56 pm, themattharris thematthar...@twitter.com wrote: I've replied on the ticket but for the benefit of everyone here is the reply: Thanks. The entities in retweets will function for all retweets from now on. If you query a timeline which has retweets in it [1] you should find