Re: [twitter-dev] Streaming API access level limit

2011-02-28 Thread Chen Jack S Y
Thanks, figured it out. Another question, how many connections are allowed with a shared IP? Any suggestions on multiple streams in one machine with one IP? J On Mon, Feb 28, 2011 at 1:50 PM, John Kalucki j...@twitter.com wrote: Are you specifying the IDs in the URL or in a POST parameter?

[twitter-dev] Twitter API Timeouts

2011-02-28 Thread Colin Howe
Hi, We've started seeing the API drop a lot of our requests. No error, no response at all. Is this a known issue or is it a change I should have been aware of? Cheers, Colin -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: Twitter API Timeouts

2011-02-28 Thread Naveen
We have been seeing this behavior as well since early yesterday. We have a lot of connections (a noticeable percentage) simply timeout. We have tested various timeouts and work arounds and it appears as though the connections will happily be kept open indefinitely with no response if there is no

Re: [twitter-dev] Re: Twitter API Timeouts

2011-02-28 Thread Leon Meijer
Hi, I have noticed the same behaviour today, connections time out after 30 seconds, even the verify_credentials api call fails... the api status page shows everything is fine though. Regards, Leon Meijer _ From: Naveen [mailto:knig...@gmail.com] To: Twitter

Re: [twitter-dev] Re: Twitter API Timeouts

2011-02-28 Thread Umashankar Das
Hi, Even echofon clients are timing out. It coul be a general failure of service. Let us see if Twitter wants to clarify Regards Umashankar Das On Mon, Feb 28, 2011 at 5:13 PM, Leon Meijer l...@lmeijer.nl wrote: Hi, I have noticed the same behaviour today, connections time out after 30

[twitter-dev] Rate limit

2011-02-28 Thread manaf pm
I have a website which grabs tweets from twitter.com within 20 minutes interval per day. I h ave stored thousands of hashtags in my database and search is occurring against these hash tags and user names. Right now there I need around 65000 search requests to be happened per day. Here comes the

[twitter-dev] Can Twitter authentication values be returned in SEO friendly patterns

2011-02-28 Thread Bluesapphire
Hi! Currently Ima receiving values in following format: http://localhost.com/demo/user/login/? oauth_token=abcdefghijklmno12n3n4n5n6oauth_verifier=j2j3j4j5j6j7j89j1j2j3j4j5j6j7j8 Can it be possible that I receive these values in following format:

[twitter-dev] direct_messages/new giving error 'Incorrect signature'

2011-02-28 Thread BITS
Hello, I want to sent private message to followers. I am using direct_messages/new for this. It is giving error response as Array ( [request] = /direct_messages/new.json [error] = Incorrect signature ) Any solution? -- Twitter developer documentation and resources:

[twitter-dev] push notification for iPhone app.

2011-02-28 Thread Kelly Park
Hello. In 'Twittet for iPhone' and 'twtkr for iPhone', we can get a push notification by realtime when there is new DM or mention. (most of time) I also developed and released twitter app for iPhone - all4twit I would like to provide this function to my customers but I wasn't able to find

Re: [twitter-dev] Can Twitter authentication values be returned in SEO friendly patterns

2011-02-28 Thread Scott Wilcox
No. On 28 Feb 2011, at 07:32, Bluesapphire wrote: Hi! Currently Ima receiving values in following format: http://localhost.com/demo/user/login/? oauth_token=abcdefghijklmno12n3n4n5n6oauth_verifier=j2j3j4j5j6j7j89j1j2j3j4j5j6j7j8 Can it be possible that I receive these values in following

Re: [twitter-dev] Rate limit

2011-02-28 Thread Adam Green
If you are logging every tag ever found in your search results, and then trying to search for them continuously, you need to change your model. Twitter will no longer allow that type of access. They have made this clear through words and actions. You should focus on tracking the tags that are used

Re: [twitter-dev] Re: Twitter API Timeouts

2011-02-28 Thread Taylor Singletary
Hi all, Thanks for the reports -- we're looking into the timeout issue. Taylor On Mon, Feb 28, 2011 at 4:43 AM, Umashankar Das umashankar...@gmail.comwrote: Hi, Even echofon clients are timing out. It coul be a general failure of service. Let us see if Twitter wants to clarify Regards

[twitter-dev] POSTs to :user/:list_id/create_all returning HTTP status 404 for all requests

2011-02-28 Thread sferik
This was reported as an issuehttps://github.com/jnunemaker/twitter/issues/145in the twitter gem. Upon investigation, it appears to be a bug in the Twitter API. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

Re: [twitter-dev] POSTs to :user/:list_id/create_all returning HTTP status 404 for all requests

2011-02-28 Thread Taylor Singletary
It's a documentation error at the moment, the proper path is: POST :user/:list_id/members/create_all @episod http://twitter.com/episod - Taylor Singletary - Twitter Developer Advocate On Mon, Feb 28, 2011 at 7:42 AM, sferik sfe...@gmail.com wrote: This was reported as an

Re: [twitter-dev] POSTs to :user/:list_id/create_all returning HTTP status 404 for all requests

2011-02-28 Thread sferik
On Monday, February 28, 2011 8:05:09 AM UTC-8, Taylor Singletary wrote: It's a documentation error at the moment, the proper path is: POST :user/:list_id/members/create_all When was the old resource deprecated? Were there any other resources that changed at the same time? I try to pay close

[twitter-dev] Trying to use Abraham's twitteroauth library to make search query, returns list of numbers in scientific notation?

2011-02-28 Thread Chris Sobolewski
I am attempting to use the twitteroauth library to make a query, and I am getting some odd responses back. My code: $twitteroauth = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET); $q=urlencode(#twitter); $query = $twitteroauth-get(search.json?q={$q}rpp=100); echo pre; $qq =

[twitter-dev] Twitter in iPhone Native APP

2011-02-28 Thread jenius27
Hi, Iwas wondering whether its possible to have a Tweet button in my app on the iPhone. My app is a native app and not web based. If so can anyone please point me to any resources for this? If not can someone please let me know if there is a workaround for this? Thanks -- Twitter developer

Re: [twitter-dev] Trying to use Abraham's twitteroauth library to make search query, returns list of numbers in scientific notation?

2011-02-28 Thread Abraham Williams
The Search API does not support authentication and so TwitterOAuth does not currently support it. TwitterOAuth uses https://api.twitter.com/1/ as the API URL when the Search API uses http://search.twitter.com as documented http://dev.twitter.com/doc/get/search. To use the Search API I recommend

Re: [twitter-dev] Re: Twitter API Timeouts

2011-02-28 Thread Marc Mims
* Taylor Singletary taylorsinglet...@twitter.com [110228 06:57]: Thanks for the reports -- we're looking into the timeout issue. I've been seeing this, too. To combat it, I've set my request timeout to 8 seconds and I use with Net::Twitter's RetryOnError trait (perl). Last year, at Chrip, one

[twitter-dev] Search API uses different pool of user ids?

2011-02-28 Thread ce
When I use the search API I get a result like this: http://search.twitter.com/search.json?q=twitter { from_user_id_str: 142342329, profile_image_url: http://a1.twimg.com/profile_images/ 1257749535/leo_map2_normal.jpg, created_at: Mon, 28 Feb 2011 19:20:31

Re: [twitter-dev] setLocations

2011-02-28 Thread Matt Harris
Hi Harry, Which library are you using and how is it passing the parameters to the streaming API? Also, are you using any other filter parameters when connecting to the Streaming API? Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Fri, Feb 25, 2011 at 9:59

Re: [twitter-dev] support for location filter of streaming api in India

2011-02-28 Thread Matt Harris
Hi Paresh, The Streaming API supports any latitude and longitude bounding boxes but relies on Tweets being geocoded. If the quantity of Tweets being returned is low it could that Twitter users in India do not geocode their Tweets, or the devices they use do not support geocoding Hope that

Re: [twitter-dev] Is there a way to get an user's email ID after verifying her Twitter identity using OAuth?

2011-02-28 Thread Matt Harris
Hi Dheeraj, Twitter does not share email addresses through the API. If you wish to know a users email address you would need to ask them for it through your own application. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Sat, Feb 26, 2011 at 5:28 AM,

Re: [twitter-dev] Search API uses different pool of user ids?

2011-02-28 Thread Marc Mims
* ce conor.e...@gmail.com [110228 12:01]: A totally different user! There appears to be no way to get the proper numerical id from the search API. Am I doing something wrong or is this a known issue and I should just rewrite to use their screen name to look up users instead? See the Warning

Re: [twitter-dev] setLocations

2011-02-28 Thread 1537 News
Hi Matt, I am using *phirehose* and *not* passing anything else beside the $streamsetLocations Thanks Harry On Mon, Feb 28, 2011 at 2:07 PM, Matt Harris thematthar...@twitter.comwrote: Hi Harry, Which library are you using and how is it passing the parameters to the streaming API? Also,

Re: [twitter-dev] support for location filter of streaming api in India

2011-02-28 Thread Augusto Santos
Paresh, The problem is that all geocoded tweets from India dind't have the country field filled. I use geographic database to transform Lat/Long into political boundaries information. The twitter dind't support most of countries boundaries. But if you set a bounding box at Lat/Long India area,

Re: [twitter-dev] Streaming API access level limit

2011-02-28 Thread Matt Harris
Hi J, Glad you worked it out. The Streaming API (stream.twitter.com) does not support multiple streams - only one connection is permitted. This is explained in more detail on our developer resources site: http://dev.twitter.com/pages/streaming_api_concepts#access-rate-limiting Best,

Re: [twitter-dev] setLocations

2011-02-28 Thread Matt Harris
Hi Harry, Thanks for information. Can you share some of the Tweets (ID is fine) which you were streamed that are outside the bounding box you gave. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Feb 28, 2011 at 12:23 PM, 1537 News 1537n...@gmail.com

Re: [twitter-dev] Streaming API access level limit

2011-02-28 Thread Augusto Santos
Although this is specified at streaming API docs, it's possible to connect two diferent users at the same IP address. On Mon, Feb 28, 2011 at 5:25 PM, Matt Harris thematthar...@twitter.comwrote: Hi J, Glad you worked it out. The Streaming API (stream.twitter.com) does not support multiple

[twitter-dev] Re: Getting larger scale user avatars

2011-02-28 Thread t.arnf...@googlemail.com
Thanks! That'll do it :-) On Feb 26, 9:09 pm, Scott Wilcox sc...@dor.ky wrote: Hi Tom, You can change the ending of the URL to manipulate the image, like so: This is the returned JSON which is 48x48px: profile_image_url : http://a1.twimg.com/profile_images/1229819325/bw_normal.jpg;

Re: [twitter-dev] Streaming API access level limit

2011-02-28 Thread Chen Jack S Y
From the developer resource, it is said that 'Each account may create only one standing connection to the Streaming API'. While it is possible to have a few streams with different users' account through OAuth? If yes, what's the limit? Thanks, J On Tue, Mar 1, 2011 at 4:25 AM, Matt Harris

[twitter-dev] xAuth without sending the password suggestion

2011-02-28 Thread Albert
Hi! Good day! I'm Albert Padin and I've been looking at your implementation of xAuth, and I want to make a suggestion for it. The suggestion I want to make allows the requesting application to make a user authentication (login) request without including the password credential in the request

[twitter-dev] Re: Streaming users on a website

2011-02-28 Thread Omer Rosenbaum
But it is not available for private accounts (according to what is written there). On Feb 28, 9:22 pm, Matt Harris thematthar...@twitter.com wrote: Hi Omer, The Tweets which are shown on the logged out homepage are the favorites of @toptweets:    http://twitter.com/toptweets/favorites You

[twitter-dev] Re: custom share button and following - works for one twitter user but not for another

2011-02-28 Thread KennyB
Thanks for the question. Sorry, should have stated this in the original post. No, I'm definately not following schoolsvhunger. I was aware of this behaviour (which makes sense), which is why I'm puzzled that I don't get the follow request for schoolsvhunger. Seems like this should be a