[twitter-dev] Re: weird things with statuses/user_timeline

2011-04-11 Thread Randomness
Indeed, the response is a failwhale, which in my loop creates a return of 0 tweets, and than abandons the loop. Like you said I can put in one or two retries before breaking the loop. It is still funny though that the error happens everytime further down the loop, and stops happening once all

[twitter-dev] Re: weird things with statuses/user_timeline

2011-04-11 Thread Rich
I've seen this happen quite regularly when you have count of 200 and either rts or entities enabled. I submitted a bug report and was simply told to lower my count because the system often takes too long to process rts and entities the first time they are requested. On Apr 11, 8:35 am, Randomness

[twitter-dev] signature

2011-04-11 Thread Shyam Parmar
which parameter need to generate oauth_signature? i have below data and its a desktop app. API key Consumer key Consumer secret timestamp nonce Regards, Shyam -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] get email address from API

2011-04-11 Thread Akhil
I'm using twitter API to fetch user information and getting all information accept email address...i have searched in many places but not getting proper response...can anyone tell me how can i do this? or need any specific permission from twitter -- Twitter developer documentation and

[twitter-dev] Retweet_count set to 0.

2011-04-11 Thread JDNebusiness
Hi. When loading user_timeline for any user, all retweet_count fields are set to 0 since April 4th. Is it a bug or is it normal ? Thanks. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] statuses/user_timeline: translate the date

2011-04-11 Thread Maxence DUTHOO
Hi, I am new to twitter development and after looking for a while, I didn't figure out how to translate the date of my tweet. My application pushes on my website my last tweet and when I published it: 6 days ago. I would like to translate it in French. Is it possible ? If not, how could I do ?

Re: [twitter-dev] get email address from API

2011-04-11 Thread hax0rsteve
Akhil, There is no way to do this via the Twitter API, if you need the user's email address you have to ask them for it. On 11 Apr 2011, at 08:15, Akhil wrote: I'm using twitter API to fetch user information and getting all information accept email address...i have searched in many places

Re: [twitter-dev] Retweet_count set to 0.

2011-04-11 Thread Taylor Singletary
Hi there, We're looking into this issue and hope to have it resolved soon. @episod http://twitter.com/episod - Taylor Singletary On Mon, Apr 11, 2011 at 2:06 AM, JDNebusiness asteinm...@commentcamarche.net wrote: Hi. When loading user_timeline for any user, all retweet_count fields are

[twitter-dev] Twitter Search API - Questions Regarding Scaling Out

2011-04-11 Thread Corey Ballou
I tried speaking with Ryan Sarver directly, but he's forwarding me here to the community advocates to answer. I believe this answer will need to come top down from Twitter, as it's your rate limiting that I'm most worried about. I have a technical question for all of you in regards to the Search

[twitter-dev] Re: Does twitter stream API support proxy server?

2011-04-11 Thread Simon E.
Hi Zhe, On Feb 18, 10:25 pm, Zhe Chen chenzhe@gmail.com wrote: Does twitter stream API support proxy server? If so, what kind of proxy server it supports? this is independent of the API itself and needs to be supported by the library of your choice. Most of them do support proxies.

[twitter-dev] Re: Retweet_count set to 0.

2011-04-11 Thread dlawrence
I had created issue #2141 for this retweet_count set to 0 bug: http://code.google.com/p/twitter-api/issues/detail?id=2141 Without this working, a big piece of my app is broken. Thanks. On Apr 11, 7:21 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi there, We're looking into

Re: [twitter-dev] Twitter Search API - Questions Regarding Scaling Out

2011-04-11 Thread M. Edward (Ed) Borasky
I don't see an answer here, but I'll tell you how *I* would go about implementing this: 1. Switch to the Streaming API. Using Search in an application puts a strain on Twitter's servers and makes it difficult to Twitter to manage capacity. That's why it's rate-limited and why the rate limits

[twitter-dev] Re: Tweet Button vs ?Status=

2011-04-11 Thread DustyReagan
Nice! I didn't realize the intent page had the related and via parameters! Great compromise between the aforementioned 2 options. Thanks guys! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Winterwell JTwitter API with Apache proxy cause Connection refuse

2011-04-11 Thread Deepam Tiwan
Hello All, Does Twitter not allow connections through forward proxies like Apache proxy? My apache proxy does a hard redirect to any try to connect to Twitter.com. I am using Winterwell JTwitter API to tweet. When I try to use wget with the forward proxy this is the stack trace --2011-04-11

Re: [twitter-dev] Tweet Button Display Issue

2011-04-11 Thread Matt Harris
Hey Sam, Can you share the HTML you are using to markup the Tweet Button so we can see what the issue could be. Thanks, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Apr 11, 2011 at 3:37 AM, Sam Hughes samvhug...@googlemail.comwrote: Hey guys, I am

[twitter-dev] Confused about rate limits

2011-04-11 Thread impeto
Hey guys, maybe this question has been asked before, but I just joined the group. I just ran into a little problem that threw me off. I'm developing a website that uses the REST API extensively. The documentation says that anonymous requests get limited to 150 requests/ hour/IP and authenticated

[twitter-dev] Re: Twitter Search API - Questions Regarding Scaling Out

2011-04-11 Thread Corey Ballou
Thanks for the reply, I appreciate it. I have concerns regarding the streaming APIs, which mainly concern the following: * usage of logical OR when using locations * firehose limitations * the user’s location field is not used to filter tweets * increased application complexity for parsing the

[twitter-dev] Re: The thinking behind not drawing attention to Unfollows?

2011-04-11 Thread Whonew
I just wanted to make clear that I was in no way questioning the rule. I was just curious about the reasoning behind it, from Twitter's POV. I, of course, came to the same logical conclusion that you did, Nick. That it was simply to maintain a positive atmosphere and avoid contention. Thanks

[twitter-dev] PHP and phpBB3 Integration

2011-04-11 Thread TriQue
I run a for fun website, and found a nice widget for Twitter integration. What I was hoping to do, is find a widget, than perform an SQL SELECT QUERY from a TABLE storing user information, For say a field called Twitter_ID. Take the value if Twitter_ID, and have that value inserted into a script

[twitter-dev] Domain search fails with www prefix

2011-04-11 Thread Phil Gilmore
Hi all, I dev for an application where we do timely domain-based searches for all recent tweets involving that domain. Part of the queueing process is automated, and has been working brilliantly, until i discovered an odd quirk just this morning. Let's say a tweet was made linking to

Re: [twitter-dev] Confused about rate limits

2011-04-11 Thread Arnaud Meunier
Hey Alin, What do you mean by *I authenticated, verified the credentials and ** queried*? In this context (API call) authenticating means signing your request using OAuth. Signing-in with your account on twitter.com is a completely different thing and has no effect on your API requests. Arnaud /