Re: [twitter-dev] Problem - SSL CA cert

2010-11-30 Thread Cameron Kaiser
> > > _Info: error:140D108E:SSL routines:TLS1_CHANGE_CIPHER_STATE:compression > > > library error_ > > > > This suggests a problem in your crypto library, or less likely zlib. > > I dont understand about crypto libray or less likely zlib... > > Could u please give a description for this. What do t

Re: [twitter-dev] Problem - SSL CA cert

2010-11-30 Thread Georgooty varghese
Dear Twitter, I dont understand about crypto libray or less likely zlib... Could u please give a description for this. What do this for twitter ? Where is get from or less likely zlib.? I am waiting for your reply Regards, George On Wed, Dec 1, 2010 at 10:27 AM, Cameron Kaiser wrote: >

Re: [twitter-dev] Problem - SSL CA cert

2010-11-30 Thread Cameron Kaiser
> _Info: error:140D108E:SSL routines:TLS1_CHANGE_CIPHER_STATE:compression > library error_ This suggests a problem in your crypto library, or less likely zlib. -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.co

Re: [twitter-dev] Problem - SSL CA cert

2010-11-30 Thread Georgooty varghese
Dear Twitter, I have checked. But its not working. I tried the curl-ca-bundle.crt file and also tried ca-certificates.crt files that comes with Ubuntu-10.04 In both cases I am getting the following error . “Info: error:140D108E:SSL routines:TLS1_CHANGE_CIPHER_STATE:compression library error”

[twitter-dev] Running multiple streaming client on the same machine

2010-11-30 Thread Idoshilon
I have a question about the streaming API. We got one server where we run two streaming API clients , each one follow different account list and have a separate processing for the incoming tweets. Is there any limitation of running these two clients on the same machine ? can it cause any issues wit

Re: [twitter-dev] Problem - SSL CA cert

2010-11-30 Thread Georgooty varghese
Thanks for quick reply. I will check it and reply the status soon. Regards, George On Tue, Nov 30, 2010 at 11:38 PM, John Adams wrote: > On Mon, Nov 29, 2010 at 11:11 PM, Georgooty varghese > wrote: > >> Dear Twitter, >> >> I wont be able to log in to twitter insecure using twitter(using curl

Re: [twitter-dev] language and geocode problem

2010-11-30 Thread Taylor Singletary
For what it's worth, these Search API issues should be fixed now. Sorry about the mess. Taylor On Tuesday, November 30, 2010, fbparis wrote: > They're working on a fix. That's all. People always asking timeframe > to coders make me mad.. If your car refuses to start and you have no > idea why, a

[twitter-dev] Re: language and geocode problem

2010-11-30 Thread fbparis
They're working on a fix. That's all. People always asking timeframe to coders make me mad.. If your car refuses to start and you have no idea why, and someone bugging you every 2 minutes : how long before it works ? What would you say.. On Nov 30, 5:47 pm, Colin Surprenant wrote: > Currently it

Re: [twitter-dev] Re: randomly 401 error

2010-11-30 Thread Matt Harris
Hi Alvin, I notice in your request that you are sending a Basic Authentication header in addition to the OAuth. Specifically the line: Authorization: Basic When using OAuth this is not required and will be confusing the request. Specifically you are sending OAuth in the request but t

Re: [twitter-dev] Re: oAuth reporting a status update error when none exists

2010-11-30 Thread Matt Harris
Hi, So the 403 duplicate status means the message you are sending is the same as the last message in the users timeline. When you say the post is posting correctly, how are you validating that this has happened? Also, can you show an example request that you are making, for example: http://api.t

Re: [twitter-dev] Differences between "trends" and "trends/current"??

2010-11-30 Thread Matt Harris
Hey Ed, Yes, the local trends supports a woeid of 1 for 'the world'. The other available woeid's can be found by querying: https://api.twitter.com/1/trends/available.json Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Nov 30, 2010 at 4:55 PM, M. E

[twitter-dev] Re: oAuth reporting a status update error when none exists

2010-11-30 Thread EastSideDev
I am not doing any duplicates. I tested the app on a brand new Twitter account, and did only a single status update. The update was actually done, but I am still receiving the error message. I implemented temporary fix (ignore the error code), but that's an ugly solution. On Nov 30, 5:26 pm, Bess

[twitter-dev] Re: oAuth reporting a status update error when none exists

2010-11-30 Thread Bess
I am afraid Twitter has added this error - don't allow any duplicate tweet at least from Twitter API. I have to add random text to bypass this 403 error. On Nov 30, 11:11 am, EastSideDev wrote: > I am getting this: > >     [request] => /1/statuses/update.json >     [error] => Status is a duplicat

[twitter-dev] Re: Getting tweets from users following a particular user

2010-11-30 Thread Louis
Is there a nice way of making such a list? Or is it going to involve something horrible? On Nov 30, 1:58 am, fbparis wrote: > Simply create an account to follow them :) Or make a list... > > On Nov 30, 1:51 am, Louis wrote: > > > > > > > > > I was under the impression that using 'follow' simply

Re: [twitter-dev] Differences between "trends" and "trends/current"??

2010-11-30 Thread M. Edward (Ed) Borasky
Thanks!! I'm also looking at the local trends API - there seems to be a world-wide endpoint there (WOEID=1) and the documentation there indicates that there's a caching frequency of five minutes. So that's probably what I'll go with. -- M. Edward (Ed) Borasky http://borasky-research.net htt

[twitter-dev] Re: Trends data not updating for woeid = 4118 (Toronto) since Nov 22

2010-11-30 Thread Ian Irving
Hey Matt, Excellent! fresh trend data following in for woeid = 4118 aka Toronto Many Thanks to the team for the fix! Ian http://www.Twendr.com , your Twitter Trends Dashboard, extremely Beta On Nov 29, 5:13 pm, Matt Harris wrote: > Hi Ian, > > Thanks for letting us know about this. The team

Re: [twitter-dev] Differences between "trends" and "trends/current"??

2010-11-30 Thread Taylor Singletary
Hi Ed, trends/current is the most appropriate and informationally dense end point and will stick around. Taylor On Mon, Nov 29, 2010 at 7:24 PM, M. Edward (Ed) Borasky < zn...@borasky-research.net> wrote: > I'm starting to write some code that uses the "trends" portions of the API. > I notice t

[twitter-dev] Twitter as a cell phone feature

2010-11-30 Thread hinda
Hello For my technology and society class, I'm required to make up a technology/invention that does not exist. so i came up with a cell phone application that scans barcodes of items in stores and provides costumers with full information. I also want to add twitter as a feature, so costumers can s

[twitter-dev] Re: Local searches on Search API not working

2010-11-30 Thread @Red_Eyes
You should follow @twitterapi as they Tweeted there was a problem with this earlier today On Nov 30, 12:33 pm, Aaron Rankin wrote: > I'm consistently getting no results for a variety of Search API > queries using the geocode parameter. For example: > > http://search.twitter.com/search.json?q=bee

[twitter-dev] Re: oAuth reporting a status update error when none exists

2010-11-30 Thread EastSideDev
I am getting this: [request] => /1/statuses/update.json [error] => Status is a duplicate. On Nov 30, 12:09 am, Abraham Williams <4bra...@gmail.com> wrote: > What does $connection->http_code return after calling $connection->post when > you get the duplicate error message? > > Abraham > --

[twitter-dev] Re: Best scalable method to process mentions

2010-11-30 Thread Serdar
So if I use User Streams, my app doesn't have to keep track of which mentions have not been proceeded yet *that is older than the last recieved mention*, because it returns all available mentions without a max limit in a single query? All I need is to get tweets that mention @appName. I also do no

Re: [twitter-dev] Re: Best scalable method to process mentions

2010-11-30 Thread John Kalucki
You should use Site Streams to gather mentions for a large number of users, or User Streams to gather for a single user. Otherwise you will run into API rate limits and other issues. -John Kalucki http://twitter.com/jkalucki Twitter, Inc. On Tue, Nov 30, 2010 at 4:09 AM, Serdar wrote: > I thin

[twitter-dev] Re: Any progress on Favorites API?

2010-11-30 Thread bbrown
> Thanks - I guess I'm just highlighting that there's at least one > developer who's still interested in seeing the favourites updated, and > I'm optimistically wondering if Twitter can provide any comment on > where it's at in the planning. I, too, am interested. It would also be nice to get a to

[twitter-dev] Local searches on Search API not working

2010-11-30 Thread Aaron Rankin
I'm consistently getting no results for a variety of Search API queries using the geocode parameter. For example: http://search.twitter.com/search.json?q=beer&rpp=100&page=1&geocode=41.938682556152344,-87.6544189453125,100mi&result_type=recent http://search.twitter.com/search.json?q=tuesday&rpp=1

[twitter-dev] Re: language and geocode problem

2010-11-30 Thread Colin Surprenant
Currently it looks like any geo based search queries are returning zero result. ex, on New York: http://search.twitter.com/search.json?geocode=40.739454,-73.883743,75km The question is: what is the expected timeframe for a fix on this? hours, days, weeks? They only say "Engineering working on a f

[twitter-dev] Re: delimited (streaming API) now default?

2010-11-30 Thread @epc
On Nov 29, 12:07 pm, Matt Harris wrote: > What I did notice is that 0x6EF = 1775 and 0x710 = 1808 -- in both cases the > Hex values are 6 bytes longer than the object we are returning. This came up in March, see: http://groups.google.com/group/twitter-development-talk/msg/69131a43f64638b2? Net:

[twitter-dev] Secure version of profile_image_url?

2010-11-30 Thread Kai
Making a call to account/verify_credentials and retrieving profile_image_url. Is there a HTTPS version I can reference? Thanks! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://c

[twitter-dev] Search links that have been used on Twitter (ASP Classic)

2010-11-30 Thread Mauricio Gutierrez Capel
Good evening friends, I've looked in several places and have not found the best way to show on my site (which is to shorten URLs) the links that users are Twittering, or Re-Tweeting. For example on the page that the user picks up the details of the link ( http://www.vaza.me/detalhes.asp) I would l

Re: [twitter-dev] language and geocode problem

2010-11-30 Thread Adam Green
Yes. Everyone has noticed. They say they are working on it. The search API is code they don't seem too happy about, since it is acquired from Summize, but this time they are finally going to have to fix it. On Tue, Nov 30, 2010 at 8:27 AM, mazz wrote: > Hi, > has somebody noticed that there are p

[twitter-dev] Tweet Button Shows 0 after refresh

2010-11-30 Thread Tonia F
Hello everyone, i want to add a tweet button on a page and i am trying to test it locally before adding it online ,and the problem i am facing is that after i tweet the count changes to 1 which is correct , but if i refresh the page the count number goes back to 0. Please can u help or advise?? thi

[twitter-dev] language and geocode problem

2010-11-30 Thread mazz
Hi, has somebody noticed that there are problems filtering the search with language and geocode? This search gives only few tweets or nothing: http://search.twitter.com/search.atom?lang=en&q=me and with italian ther's no way to get results: http://search.twitter.com/search.atom?lang=it&q=calcio

[twitter-dev] Re: randomly 401 error

2010-11-30 Thread Alvin Wang
Hey, still same. http://9.share.photo.xuite.net/u9011022/19d31e2/4424859/171241799_x.jpg On 11月30日, 上午2時39分, themattharris wrote: > Hi Alvin, > > The error in that response tells me your signature is incorrect. > Double check you are generating your signature using the algorithm > described her

[twitter-dev] Totally Stuck - Getting "Incorrect signature" error trying to update status using OAuth

2010-11-30 Thread Chris Koenig
Hi, I'm trying to add (what I thought would be) a simple feature to a game I developed - allow the users to post their scores to twitter. Since my app is a game for the webOS platform, I felt xauth was the best way to implement this. I already got xauth approval from Twitter. I also have been able

[twitter-dev] Re: randomly 401 error

2010-11-30 Thread Alvin Wang
Hello, I follow the lexicographical order but still get incorrect signature. http://9.share.photo.xuite.net/u9011022/19d31e2/4424859/171241799_x.jpg Since the frequency is randomly, the algorithm should be ok when success. On 11月30日, 上午2時39分, themattharris wrote: > Hi Alvin, > > The error in

[twitter-dev] accesstoken object

2010-11-30 Thread rakshasa
i can't english i use google Translate I'm developing a web application using Twitter4j my page show my twitter mention always consumerKey and consumerSecret using the oauth was confirm on my twitter i don't want to confirm everytime AccessToken accessToken = new AccessToken ("209367381- tozr8sPB

[twitter-dev] Re: Best scalable method to process mentions

2010-11-30 Thread Serdar
I think I could not make myself clear! My app already processes new tweets in a scheduled manner, and stores the results in a database accordingly (using this API method: http://dev.twitter.com/doc/get/statuses/mentions). I don't get why would I use stream API and how it would help? On Nov 30,

Re: [twitter-dev] collecting tweet message ids

2010-11-30 Thread Rajinder Yadav
Hi Matt, thanks for clearing up my questions! -- Kind Regards, Rajinder Yadav On 10-11-29 05:09 PM, Matt Harris wrote: Hi Rajinder, We would really like to offer access to the historical timeline but our infrastructure doesn't allow access to anymore than 3200 right now. The Tweets are safe a

[twitter-dev] Re: Where can I find the updated rate limit after OAuth?

2010-11-30 Thread m36tb6ll
This is awesome... Thank you.. Will start playing with your suggestion. Best, Randolph On Nov 30, 2:59 am, Taylor Singletary wrote: > statuses/followers and statuses/friends don't require authentication and are > likely subject to this condition. When calling these resources, are you > explic

Re: [twitter-dev] Re: oAuth reporting a status update error when none exists

2010-11-30 Thread Abraham Williams
What does $connection->http_code return after calling $connection->post when you get the duplicate error message? Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask fir