[twitter-dev] In Reply To

2010-08-03 Thread gloopymoop
I believe this has been discussed before here, so forgive me if this is redundant. http://groups.google.com/group/twitter-development-talk/browse_thread/thread/bf32ca8ee0081df1/6f034d69cb45b892 I would like to build a chain of replies originating from a single tweet. The user will look at the fi

[twitter-dev] Re: GEOCODE search problem [URGENT]

2010-08-03 Thread Daniel
Sorry but I do not understand your answer!! If you make the geocode search in Europe or in USA you may see the geocode returns Point (lat, lon) information, but in Chile only returns the Location, Profile information!!! Any idea? Daniel On 3 ago, 12:01, Jonathan Reichhold wrote: > Simple answe

[twitter-dev] BlackBerry, XAuth and twitterapime

2010-08-03 Thread BBTweet Media Player
I am having a very difficult time trying to get XAuth working in my BlackBerry app. I have downloaded twitterapime the hmacsha ecodingand Base64Ecoder did not seem to work for me so I replaced the getSignature method in XAuthSigner with... /** * * Generate a signature from the

[twitter-dev] Re: Frequent errors when using OAuth, none when using basic

2010-08-03 Thread Charles
Hi Taylor, Thanks for your analysis. As mentioned, I'm using oauth-proxy (http:// github.com/mojodna/oauth-proxy, I think was the URL); I wrote none of the OAuth code, so I have no idea what it may or may not be doing. I tried it, it seemed to work (until these problems posting nagios notificati

[twitter-dev] Maximum length of variables in fdata structures

2010-08-03 Thread EastSideDev
Where can I look up the maximum length of variables in data structures (id, name, screen_name, etc.)?

[twitter-dev] DNS change on stream.twitter.com

2010-08-03 Thread John Kalucki
We're about to introduce a round-robin DNS entry for stream.twitter.com. This should have no visible effect on streaming clients that are properly using 'stream.twitter.com' to connect to the streaming cluster and do not have overly-restrictive outbound IP firewalls. Hard coded IP addresses are alw

[twitter-dev] Re: UserShow authentication for AppEngine

2010-08-03 Thread Luciano Jr.
Hi Taylor, thank you for your reply. An by OAuth authentication you mean a twitter user authentication, right? IE: use any twitter account, authorize my application, get the token and token secret and use those datas for the request, right? There is absolutely no way to just authenticate my appl

[twitter-dev] OAuth & desktop app on multiple machines: multiple tokens + revoke individual tokens?

2010-08-03 Thread peterw
I've just developed a desktop app with TweetSharp that uses OAuth. If I install the app on multiple machines and go through the PIN authorization on each machine, all the machines end up with the same access tokens. This means that I cannot revoke authorization for a specific machine, but have to r

Re: [twitter-dev] GEOCODE search problem [URGENT]

2010-08-03 Thread Jonathan Reichhold
Simple answer is that the tweet isn't in the index as a search with no geocode value i.e. http://search.twitter.com/search?q=Prueba1 Tweet is from 3:15 PM Jul 17th The index doesn't go back that far. Jonathan On Tue, Aug 3, 2010 at 7:26 AM, Dan

Re: [twitter-dev] Re: What happened to updating display picture via API?

2010-08-03 Thread Raghu Prasad
On Tue, Aug 3, 2010 at 7:43 PM, Taylor Singletary wrote: > Hi Raghu, > We have a couple issues with image uploads at the moment that we're still > cleaning up. > Read a bit more about the current state of image uploads in this > thread: http://groups.google.com/group/twitter-development-talk/msg/4

[twitter-dev] GEOCODE search problem [URGENT]

2010-08-03 Thread Daniel
Hi! I'm trying to make a search query with GEOCODE params but this is not working propperly in Chile. I created this geolocalizated tweet with echofon: http://twitter.com/DanielAtik/status/18794641441 As you may see here is the lat, lon of this tweet: http://maps.google.com/maps?q=-33.437790,-7

Re: [twitter-dev] Re: What happened to updating display picture via API?

2010-08-03 Thread Taylor Singletary
Hi Raghu, We have a couple issues with image uploads at the moment that we're still cleaning up. Read a bit more about the current state of image uploads in this thread: http://groups.google.com/group/twitter-development-talk/msg/461034bc45cdcfb4?hl=en_US Taylor On Tue, Aug 3, 2010 at 12:15 AM,

Re: [twitter-dev] Image Uploading

2010-08-03 Thread Taylor Singletary
No one likes the black bars. We're working on it. Taylor On Tue, Aug 3, 2010 at 4:58 AM, Andrew W. Donoho wrote: > > On Aug 2, 2010, at 12:19 , Taylor Singletary wrote: > > > Long story short, we're continuing to iterate on this issue and tweak the > image manipulation routines we are using. I'd

Re: [twitter-dev] UserShow authentication for AppEngine

2010-08-03 Thread Taylor Singletary
You can make calls to that resource without authentication. You will be rate limited by your IP address, which on Google App Engine means your rate limit will be shared by any other servers accessing Twitter from whatever your IP address is at the moment. You also could use OAuth and authenticate

Re: [twitter-dev] Re: Frequent errors when using OAuth, none when using basic

2010-08-03 Thread Taylor Singletary
Hi Charles, I see a few problems here in your trace -- thanks for sending it -- though you mentioned your first one succeeded, it still appears to have a few things technically wrong with it that you'll want to clear up so you can rule them out as contributors to when you do have problems. #1 - y

Re: [twitter-dev] Issue related to "recent_retweets" count and "popular" result type

2010-08-03 Thread Taylor Singletary
Hi Yogesh, We don't yet support returning popular tweets for date-bound queries. Thanks, Taylor On Tue, Aug 3, 2010 at 4:19 AM, @Listening_platform @Listening_platform < listening.platf...@gmail.com> wrote: > Hi, > > This is Yogesh, I am having one query regarding the popular tweet count, > the

[twitter-dev] Re: Trill

2010-08-03 Thread Sameer Panchangam
are you guys on twitter? On Jul 30, 7:18 pm, prashant singh wrote: > Hi Guys > > Today we launched our Twitter App  for Nokia S60 devices . its live on OVI . > you can get it athttp://store.ovi.com/content/49452. I would love to have > your feedback on the same . Please feel free to let me know w

[twitter-dev] Re: Frequent errors when using OAuth, none when using basic

2010-08-03 Thread Charles
Thanks Matt - tcpdump to the rescue! One good and one bad transaction are shown below. "[...]" is stuff I've removed. As you can see, the only obvious difference, apart from signature generated, is that I've chopped the end off the tweet in the good transaction... and that such chopping-off pret

[twitter-dev] Issue related to "recent_retweets" count and "popular" result type

2010-08-03 Thread @Listening_platform @Listening_platform
Hi, This is Yogesh, I am having one query regarding the popular tweet count, the below query returns the "retweet count" and "popular" flag, how ever as soon as date is added in query string it stop returning the "retweet count" and "popular" flag data. Below query returns data "recent_retweets"

[twitter-dev] Re: Twitter OAuth Example?

2010-08-03 Thread Signified
I'm using the following code with CakePHP 1.3: http://www.neilcrookes.com/2010/04/12/cakephp-oauth-extension-to-httpsocket/ Works perfectly. If not using CakePHP (which you're probably not), you could lift the code from Cake's HTTP Socket class and the extension. Maybe also look here: http://o

[twitter-dev] Re: OAuth page showing "opening and ending tag mismatch"

2010-08-03 Thread Jonathan del Strother
Thanks for the update - I'll let our users know and get back to you if there's any further problems. On Aug 3, 7:05 am, Matt Harris wrote: > We found some escape markers in the language file used on the pages shown to > be having issues and fixed them. Hopefully that's worked out the issues > use

[twitter-dev] Re: What happened to updating display picture via API?

2010-08-03 Thread Raghu Prasad
On Tue, Aug 3, 2010 at 11:15 AM, Raghu Prasad wrote: > Hi! > > I have a small application (under testing) which used to update display > pictures > of users via API. It has stopped working for over three weeks. In > fact, if I change > the picture via API, I don't get any error, but the picture o

Re: [twitter-dev] Image Uploading

2010-08-03 Thread Andrew W. Donoho
On Aug 2, 2010, at 12:19 , Taylor Singletary wrote: > Long story short, we're continuing to iterate on this issue and tweak the > image manipulation routines we are using. I'd recommend when uploading images > that you assure they are as square as possible before upload, but overall, > this is