[twitter-dev] Re: Network Error: 204 (Response error: Failed to validate oauth signature and token)

2011-05-04 Thread pga
Hi Taylor, Thank you for your input. Here are details: 1. Additional sources: void OAuthTwitter::authorizeXAuth(const QString username, const QString password) { Q_ASSERT(m_netManager != 0); QUrl url(TWITTER_ACCESS_TOKEN_XAUTH_URL); url.addQueryItem(x_auth_username, username);

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

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

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.

[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 airon.m...@gmail.com wrote: Hi Guys, I am using Twitter OAuth authentication on

[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:

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 nilimamishr...@gmail.comwrote: i was working with twitter API and just

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 http://twitter.com/episod

[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

[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:

[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 descriptionhttps://github.com/apigee/wadl-library/blob/master/twitter/api.twitter.com.xml 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: 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 benw...@twitter.com wrote: Hi Chris, Matthieu and any others running into this issue: On May

[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 http://twitter.com/intent/tweet?text=@apigee is the proper way to send it. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

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

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

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 http://twitter.com/episod - Taylor

[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

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

[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:

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 do

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 flomincu...@gmail.com Para: twitter-development-talk@googlegroups.com Enviadas: Quarta-feira, 4 de Maio de 2011

[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] 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 taylorsinglet...@twitter.com 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