[twitter-dev] Re: Tweet button and iphone

2011-07-07 Thread anaj...@ibs.com.jo
Thanks for your reply Seth Is it possible that your implementation doesn't support a popup from Twitter? I'm not sure,but since the popup do appear without any issues so I think our implementation support popups without any issues,but the cancel button within twitter sharebox doesn't work as it

[twitter-dev] How to get retweets of me

2011-07-07 Thread Colin Howe
Hello, I've just come across the statuses/retweets_of_me part of the API. However, that isn't as useful as I first thought. I'd like to get the 20 most recent retweets of me - ignoring when I posted the original tweet. The statuses/retweets_of_me won't return a retweet of me if the original tweet

[twitter-dev] TwitterException{exceptionCode=[70971d2e-00069e41 70971d2e-00069df0], statusCode=-1, retryAfter=0, rateLimitStatus=null, version=2.2.2}

2011-07-07 Thread sush
Hi All, Please help me out in figuring out the causes of this Exception. As per my understandings (by reading the documentation and experimenting) I believe the -1 status code is thrown when another stream is connected with the same credentials. Are there any other scenarios when this Exception

[twitter-dev] Trends Locations

2011-07-07 Thread xAbd0o
I want to know where can you request an additional location for trends? Thank you :) -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] What is the best strategy to get this volume of data?

2011-07-07 Thread Taylor Singletary
What kinds of queries are you wanting to send -- search queries? Are they different queries or are you repeating the same queries over and over? Do you display the results on a website? In what other ways is the data used? Who are your users and how does this service their needs? There are likely

[twitter-dev] Any idea to minimize my request number?

2011-07-07 Thread Jean-Yves Kiger
Hi everyone, Here is my project: I would like to make a java programm wich would store as many tweets as possible about one subject using the search API. And once it is done, i would like to get basic informations about their posters, such as their number of followers, number of tweets and so

Re: [twitter-dev] Re: http://groups.google.com/group/twitter-development-talk

2011-07-07 Thread Paul Shriner
Header based authentication... do you mean setting method=Post? When I did that, I got a Bad request and that I needed to make the request via GET {error:This method requires a GET.,request:\/1\/statuses\/user_timeline.json} I am using Shannon Whitley oAuth lib that he wrote, but have been

[twitter-dev] Re: http://groups.google.com/group/twitter-development-talk

2011-07-07 Thread Paul Shriner
Apparently that was it. On Jul 6, 8:25 pm, Georgooty varghese georgo...@gmail.com wrote: Hi, Use header based authentication.. Regards, George On Wed, Jul 6, 2011 at 11:35 PM, Paul Shriner p...@audiencepoint.comwrote: Matt, I am having the same problem and ti started right about

Re: [twitter-dev] TwitterException{exceptionCode=[70971d2e-00069e41 70971d2e-00069df0], statusCode=-1, retryAfter=0, rateLimitStatus=null, version=2.2.2}

2011-07-07 Thread Yusuke Yamamoto
Hi, It appears to be a Twitter4J specific issue. Please post the question to the Twitter4J's list along with the full stacktrace. http://twitter4j.org/en/index.html#mailingList Best, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on :

[twitter-dev] Bulk Direct Messages delete

2011-07-07 Thread oosswwaalldd
Hi guys, I have an app that gets certain amount of DMs of my Local Traffic Twitter account and post them for my followers, I decided to turn this service off in some hours of the day and turn it back on on other hours (automatically), this action acumulates a bunch of old direct messages in my

[twitter-dev] Twitter Oauth deny access callback bug

2011-07-07 Thread ss_test
I have been using twitter oauth to get access token to use with my app for a year now. It seems that twitter has changed the flow when the user successfully logs in and denies access to the app. Here the user is presented three options. You've denied APP access to interact with your account.

[twitter-dev] access levels for my application is not the same as what the application is registered for

2011-07-07 Thread Amitabh Shukla
Hi, I am writing a twitter based application called Yellolane and is still in development. The application is registered to have read, write and direct messages access. However, when the user is redirected to twitter to authenticate, the access allowed shows only read and write permissions, with

[twitter-dev] Telephone

2011-07-07 Thread j_...@live.nl
Well, I tried to set up ma number to ma twitter account, and I saw that you guys have the option, Afghanistan but not the netherlands? I dont get it they dont even have internet, I kniow that I ve bin there Well, can you guys add the option THE NETHERLANDS (+31) to? -- Twitter developer

[twitter-dev] My app

2011-07-07 Thread somto udengwu
Guys I am building a mobile based messenger and I need it to integrate to blackberry messenger,twitter,Gtalk,yahoo messenger e.t.cplease can someone help me out -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] My app

2011-07-07 Thread Scott Wilcox
You need to be a lot more specific about what you're asking for help with. We have no interest in helping you with the other listed services, only your interaction with the Twitter APIs. On 7 Jul 2011, at 21:18, somto udengwu wrote: Guys I am building a mobile based messenger and I need it to

Re: [twitter-dev] Telephone

2011-07-07 Thread Scott Wilcox
Whereas I thought there used to be a short code for Holland, seems there no longer/wasn't: https://support.twitter.com/articles/14226-how-to-find-your-twitter-short-code-or-long-code Twitter rarely comments on expansion of products like this, so for the mean time you're out of luck. On 7 Jul

Re: [twitter-dev] Telephone

2011-07-07 Thread Tom van der Woerdt
There has never been a short code for the NL: we had to send texts to the UK (+44) and weren't able to receive any texts. I'm surprised to see it gone though. Tom On 7/7/11 10:33 PM, Scott Wilcox wrote: Whereas I thought there used to be a short code for Holland, seems there no

Re: [twitter-dev] Telephone

2011-07-07 Thread Scott Wilcox
That'll be why its not on that list then! On 7 Jul 2011, at 21:48, Tom van der Woerdt wrote: There has never been a short code for the NL: we had to send texts to the UK (+44) and weren't able to receive any texts. I'm surprised to see it gone though. Tom On 7/7/11 10:33 PM, Scott

Re: [twitter-dev] Any idea to minimize my request number?

2011-07-07 Thread Taylor Singletary
Hi, You may find better results using the Streaming API instead of the Search API: https://dev.twitter.com/pages/streaming_api Also, if you did have to perform bulk lookups of multiple users, the users/lookup API is superior in that you can perform 80-100 user lookups in a single call:

[twitter-dev] Re: access levels for my application is not the same as what the application is registered for

2011-07-07 Thread oosswwaalldd
You must use /authorize method instead /authenticate, that worked for me On Jul 7, 3:30 pm, Amitabh Shukla amitabh.shu...@gmail.com wrote: Hi, I am writing a twitter based application called Yellolane and is still in development. The application is registered to have read, write and direct

[twitter-dev] Re: Bulk Direct Messages delete

2011-07-07 Thread oosswwaalldd
But what about the API consumption for deleting DMs even when direct_messages/destroy/:id method says Rate Limited = False in the docs? any way to delete DMs in efficient way / Thanks On Jul 7, 2:55 pm, Scott Wilcox sc...@dor.ky wrote: There aren't currently any bulk delete methods. On 7 Jul

Re: [twitter-dev] Bulk Direct Messages delete

2011-07-07 Thread Scott Wilcox
Are you using POST or DELETE? On 7 Jul 2011, at 22:35, oosswwaalldd wrote: But what about the API consumption for deleting DMs even when direct_messages/destroy/:id method says Rate Limited = False in the docs? any way to delete DMs in efficient way / Thanks On Jul 7, 2:55 pm, Scott

Re: [twitter-dev] Re: Tweet button and iphone

2011-07-07 Thread Ben Ward
Hi Anajjar, On Jul 7, 2011, at 6:28 AM, anaj...@ibs.com.jo wrote: the login page will appear and you can see the cancel button,click on cancel button,now it should return the user back to that link and as you can see the link has a querystring original_referer with the original url so the

Re: [twitter-dev] Re: Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-07 Thread Matt Harris
Hey oosswwaalldd, The code you pasted above is the example auth.php file which shows how to do each form of OAuth with the Twitter API. The method it uses when performing the OAuth flow depends on which option you choose from the page. If you use any of the Sign in with Twitter links you won't be

[twitter-dev] Still experiencing Streaming API connection issues

2011-07-07 Thread Jonathan Strauss
Hey guys, Per http://twitter.com/#!/twitterapi/status/89088788592214016, it sounds like Streaming API issues are resolved. But our connection attempts are still being rejected as they have been since a couple hours ago with the following response: html head meta http-equiv=Content-Type

Re: [twitter-dev] Still experiencing Streaming API connection issues

2011-07-07 Thread Nicholas Chase
Check your Access Tokens; mine have been spontaneously changing for weeks. Nick On 7/7/2011 8:25 PM, Jonathan Strauss wrote: Hey guys, Per http://twitter.com/#!/twitterapi/status/89088788592214016, it sounds like Streaming API issues are resolved. But our connection attempts are still

[twitter-dev] Re: Still experiencing Streaming API connection issues

2011-07-07 Thread Jonathan Strauss
Or, someone mistakenly reset our password around the same time the Streaming API went down :-/ Basic auth FTW! Thanks for the help Nick and sorry for crying wolf. On Jul 7, 5:39 pm, Nicholas Chase nch...@earthlink.net wrote: Check your Access Tokens; mine have been spontaneously changing for

[twitter-dev] Re: Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-07 Thread oosswwaalldd
Thanks! very helpful! On Jul 7, 7:12 pm, Matt Harris thematthar...@twitter.com wrote: Hey oosswwaalldd, The code you pasted above is the example auth.php file which shows how to do each form of OAuth with the Twitter API. The method it uses when performing the OAuth flow depends on which

[twitter-dev] Re: Bulk Direct Messages delete

2011-07-07 Thread oosswwaalldd
Scott, I am using this method described in Abraham twitteroauth /* Create a TwitterOauth object with consumer/user tokens. */ $connection = new TwitterOAuth($consumer_key,$consumer_secret, $oauth_token,$oauth_token_secret); /* delete DM with id=$dm_id */ $method =

Re: [twitter-dev] Re: http://groups.google.com/group/twitter-development-talk

2011-07-07 Thread Georgooty varghese
Hi, *Use header-based OAuth* - OAuth provides for means to pass OAuth-related parameters on a query string or to provide them as a HTTP Authorization header. Twitter prefers header-based auth because it separates concerns, makes debugging easier, and avoids common issues with under or over URL