Re: [twitter-dev] is there video or audio link inside

2011-05-04 Thread John Carver
Thanks Taylor. I'll see how to proceed. Thanks again for your reply. 2011/5/3 Taylor Singletary > Hi John, > > There's currently no sure-fire way to determine if a link in a Tweet leads > to renderable content or the disposition of that content as a picture or a > video. > > However, by using

[twitter-dev] Getting past the rate-limiting confusion

2011-05-04 Thread Bizzy User
I have ran into a problem recently when my app (less than a 100 active users) started giving me rate-limiting exceptions. Reading about rate- limiting on Twitter and on many threads on this group have completely confused me by now. Could someone please succinctly describe how rate- limiting works?

Re: [twitter-dev] Twitter user online

2011-05-04 Thread Arnaud Meunier
Hey Rodrigo, If you're trying to monitor the "last activity" of a couple of Users, you could: - Use the REST or Streaming API, and monitor the last time they tweeted. - Use Site Streams (currently in beta), and monitor the events they initiated. Arnaud / @rno On Wed, M

Res: [twitter-dev] Twitter user online

2011-05-04 Thread Rodrigo Pereira Lyrio
yes, I Know Will be a way to view who is active on twitter,no matter what device it accesses Great!!! #thanks De: Florencia Mincucci Para: twitter-development-talk@googlegroups.com Enviadas: Quarta-feira, 4 de Maio de 2011 19:06:42 Assunto: Re: [twitte

Re: [twitter-dev] Twitter user online

2011-05-04 Thread Florencia Mincucci
Rodrigo, In Twitter, there is no 'online'. Some people use it from their phone, or from other clients, not necessarily web (assuming you mean 'online' = it's ON the website) flo.- On Wed, May 4, 2011 at 7:03 PM, Rodrigo Pereira Lyrio < rodrigopereiraly...@yahoo.com.br> wrote: > Hi !!! > *How

[twitter-dev] Twitter user online

2011-05-04 Thread Rodrigo Pereira Lyrio
Hi !!! How do you know if someone is online on twitter? Anybody help me #tranks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/lis

Re: [twitter-dev] Re: Visual refresh of the OAuth screens

2011-05-04 Thread Shannon Whitley
I just noticed that the oAuth window appears to be resetting the height so that the entire page is visible (no scrolling). For Firefox and Chrome that's fixed the issue. Thank you! However, there is still a problem with IE. It is worse now. The user no longer sees the scrollbar and cannot logi

Re: [twitter-dev] Re: users/lookup returns duplicates, missing records for valid users

2011-05-04 Thread Dossy Shiobara
Sure, will do. Thanks for looking into this ... On 5/4/11 4:21 PM, Taylor Singletary wrote: Thanks -- this appears like it may be a different issue, but I'll need more user_ids to be sure. Can you follow up with me off-list and send me the array of user_ids that you're seeing this behavior fo

[twitter-dev] Re: New API Console & Documentation updates on dev.twitter.com

2011-05-04 Thread Orian Marx (@orian)
It's great to see progress on this! The real test though will be whether future reported documentation errors can be fixed immediately by Twitter staff once verified. Refreshing documentation every 6 - 12 months is something, but far from ideal. Hopefully the recent efforts by Twitter staff to work

Re: [twitter-dev] Re: users/lookup returns duplicates, missing records for valid users

2011-05-04 Thread Taylor Singletary
Dossy, Thanks -- this appears like it may be a different issue, but I'll need more user_ids to be sure. Can you follow up with me off-list and send me the array of user_ids that you're seeing this behavior for? epi...@twitter.com Thanks, Taylor @episod - Taylor Single

Re: [twitter-dev] Re: users/lookup returns duplicates, missing records for valid users

2011-05-04 Thread Dossy Shiobara
I still have at least 47 Twitter IDs that are affected. For example: http://api.twitter.com/1/users/show.xml?user_id=71691990 XML preamble, no XML document. JSON method returns zero-byte response. On 5/4/11 3:54 PM, Taylor Singletary wrote: Hi Adrian, Glad that you've noticed. We have inde

Re: [twitter-dev] Re: users/lookup returns duplicates, missing records for valid users

2011-05-04 Thread Taylor Singletary
Hi Adrian, Glad that you've noticed. We have indeed fixed this bug and thanks for your patience while we tackled it -- a bit more complex than it appeared on the surface. If you do continue seeing any issues in this area, please report them to us so we can take a look. Thanks, Taylor @episod

[twitter-dev] Re: Connecting and posting a tweet..

2011-05-04 Thread Talasan
Abraham, Thanks. I have an authorization URL being sent over, and it works correctly with my callback. I just can't wrap my head around how to post the tweet; everytime I try, even after connecting the app and user, it denies me. I've tried many different logic flows than the above. I'd just like

Re: [twitter-dev] Re: users/lookup returns duplicates, missing records for valid users

2011-05-04 Thread Adrian Petrescu
Hey guys, I'm glad to report that, as of 7:00 PM (UTC), the problem seems to have disappeared :) No more duplicates, I'm consistently getting back exactly 100 unique users for every 100 that I request. Thanks for finally getting to this! Cheers, Adrian -- Twitter developer documentation and

[twitter-dev] Re: New API Console & Documentation updates on dev.twitter.com

2011-05-04 Thread Marsh Gardiner
Whoops, I put percent-encoded on text of the web intent link where it wasn't necessary. Feedback tweeted @apigee is the proper way to send it. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: ht

[twitter-dev] Re: OAuth Authorization screen on Windows Phone 7 (WebBrowser control)

2011-05-04 Thread LoungeFlyZ
Thanks for your assistance Ben... much appreciated. Would love to get to the bottom of why this is happening on the new login page vs. the old one (the old one was fine). On May 3, 6:35 pm, Ben Ward wrote: > Hi Chris, Matthieu and any others running into this issue: > > On May 3, 2011, at 5:00

[twitter-dev] Re: New API Console & Documentation updates on dev.twitter.com

2011-05-04 Thread Marsh Gardiner
We (I work at @apigee) are refreshing the WADL description that drives the API Console for Twitter in the next few days to make sure that it is as up-to-date as possible. And if anyone has feedback about what would

[twitter-dev] Re: New API Console & Documentation updates on dev.twitter.com

2011-05-04 Thread Robbie Coleman
Wish Google groups had a "Like" button, because I most definitely like what y'all have done here. THANKS! +100 ;-} -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google

[twitter-dev] New API Console & Documentation updates on dev.twitter.com

2011-05-04 Thread Arnaud Meunier
Hey Developers! You might have noticed that we started updating our developer portal yesterday, starting with the replacement of the old Twurl console with Apigee's. If you've never tried Apigee's test console, you should take a look at it! It's a great tool to test and debug your API calls, and w

Re: [twitter-dev] search functionality using Web Intent

2011-05-04 Thread Taylor Singletary
There's no intent that launches a search in a pop-up window at this time -- you can easily link to http://twitter.com/search?q=QUERY though. Our older search widgets have been upgraded to use intents also: https://twitter.com/about/resources/widgets/widget_search @episod

Re: [twitter-dev] hii

2011-05-04 Thread manaf pm
Hi Nilima, What type of application u would like to build up? Do you have a list of user names and u want to pull up the tweets whenever any of these user puts in twitter? On Wed, May 4, 2011 at 4:39 PM, Nilima Mishra wrote: > i was working with twitter API and just wanted to know if there is

[twitter-dev] hii

2011-05-04 Thread Nilima Mishra
i was working with twitter API and just wanted to know if there is any API to handle responses to twitter from any user. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.goo

[twitter-dev] friends timeline from API vs timeline from twitter website.

2011-05-04 Thread RichardB@inview
Hi, Our application is reading from /1/statuses/friends_timeline.xml we set include_entities=false count=12 include_rts=true we do NOT set since_id in this case It generally works fine, however in the case of one of our users (who isn't following many people), we only seem to get his tweets from

[twitter-dev] search functionality using Web Intent

2011-05-04 Thread aallllaann
is this supported? thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.

[twitter-dev] Re: New oAuth Authenticate Page

2011-05-04 Thread Bess
You have to implement your own Twitter logout feature within the app. I don't think Twitter API will help you. You can consider removing the OAuth token so it won't be valid any more. On May 3, 2:00 am, Varun Airon wrote: > Hi Guys, > > I am using Twitter OAuth authentication on Android and it sh

Re: [twitter-dev] java

2011-05-04 Thread jajati patro
Hi everybody, Iam sharing my favorites on twitter with all my friends everyday and and also on other social networking sites but iam unable to check how many of my friends have liked my posts and have retweeted my favourites, in case of other sites i can check it but for twitter i can't do that. I

Re: [twitter-dev] java

2011-05-04 Thread Mukesh Srivastav
What help do you really needed ? -Mukesh On Tue, May 3, 2011 at 12:57 PM, Vladimir Dvornik wrote: > im too > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http://code.goo

Re: [twitter-dev] access token expires ?

2011-05-04 Thread Tom van der Woerdt
Tokens don't expire. You should check the timezone settings - while it shouldn't matter, because a UNIX timestamp is always in UTC, it could be the issue. Tom On 5/4/11 3:26 AM, Joshua Nguyen wrote: I have obtained the access token; then i check for new @mentions twice a minute. In ~9 hours

Re: [twitter-dev] Connecting and posting a tweet..

2011-05-04 Thread Abraham Williams
Hi Talasan, One of the reasons that that the TwitterOAuth example is split into multiple files with redirects is to keep different actions separate and easier to understand/debug. As your code currently is it is hard to tell what will happen when. You also don't have any error handling if any of