[twitter-dev] Re: include_entities=true 500 error

2010-06-17 Thread Rich
Hi Taylor Do you know if the fix has been deployed yet as I'd love to be able to support both expanded_url and the new display_url in my code base (well it's coded, I've just disabled it for the time being). I'm not seeing 500 errors at the moment, but that could just be I haven't seen a broken

[twitter-dev] Oauth Echo and Drupal

2010-06-17 Thread Tim Millwood
I'm trying to get oAuth Echo working with http://drippic.com My API url is http://drippic.com/drippic2/upload if you want to give it a try. Here is my code. $sp = $_SERVER['HTTP_X_AUTH_SERVICE_PROVIDER']; $auth_cred = $_SERVER['HTTP_X_VERIFY_CREDENTIALS_AUTHORIZATION']; $response =

[twitter-dev] Re: track with CJK (non-English) Does it work?

2010-06-17 Thread Régis B .
I have tried to do this too, with Chinese characters. In short: tracking of utf-8 characters does not work *yet*. My solution is to make a list of stop words for the corresponding language, search users that have tweeted these stop words (with the Twitter Search API), and then follow them (with

[twitter-dev] Re: [Twitter Profile Image Update]What am I gonna do? anybody knows?

2010-06-17 Thread jusung Kye
thank you Taylor for sharing your time for me ;) On 6월16일, 오후10시56분, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Jusung, Our image upload facilities are in need of some refactoring -- they frequently respond with a 500, sometimes having processed the image and sometimes not.

[twitter-dev] Re: [Twitter Profile Image Update]What am I gonna do? anybody knows?

2010-06-17 Thread jusung Kye
nope! I have got the 500 errors and also couldn't changed the avatar image. On 6월17일, 오전12시18분, Clint Shryock cl...@ctshryock.com wrote: Jusung - I'm using Objective-c as well and I've gotten more than an handful of 500 errors, even the the post was successful and the avatar was updated. The

[twitter-dev] Re: Is oauth_callback param disabled?

2010-06-17 Thread Neuromaster
Ok it seems that the double url encoding of oauth_callback was the problem. This should be helpful for newcomers. Godspeed On Jun 17, 4:06 am, Neuromaster neuromas...@gmail.com wrote: I'm having trouble  getting a request_token while using oauth_callback param. Without it the request_token

Re: [twitter-dev] Re: include_entities=true 500 error

2010-06-17 Thread Taylor Singletary
Hi Rich, I'll do some additional checking today to make sure this is the case, but I don't believe the bug fix has been deployed yet. With the World Cup and other issues, deploys have been scarce lately. I'll let you know if it has indeed been pushed yet. Thanks, Taylor On Thu, Jun 17, 2010 at

Re: [twitter-dev] Oauth Echo and Drupal

2010-06-17 Thread Taylor Singletary
Hi Tim, I'm not familiar with the Drupal OAuth module, but can help you a little bit. Hopefully that module is a bit flexible in the different approaches you can use to perform OAuth with it. Essentially, you need to build a mock request that you won't actually execute against an endpoint at

[twitter-dev] [help]load old tweets by api failed .how to backup them?

2010-06-17 Thread Math2Gold
Many tweets are missed.I tried load tweets with since_id max_id or page count , but failed . more than 2000 tweets ,it just returned 1461 tweets yesterday and returned 705 tweets today. Is there any other way to backup my tweets? How long could twitter dev team solve this problem?

[twitter-dev] Suggestions/Slug does not work ?

2010-06-17 Thread Marin
I'm trying the twitter api console but suggestions/slug always returns an error. From what I read in the docs the following URL should totally work, but it does not : http://api.twitter.com/1/users/suggestions/slug.json?slug=books it says file not found - which is not problem of the params, but

[twitter-dev] Re: include_entities=true 500 error

2010-06-17 Thread Chris L
I seem to be getting the 500 error as well. I really hope this gets fixed well in advance of the 't.co' links taking effect, because my iPhone app will need to be updated to use entities. (It needs the original link URLs to identify which links are photos.) - Chris On Jun 17, 9:35 am, Taylor

[twitter-dev] User ID reuse

2010-06-17 Thread Ivan Shcheklein
Is there guarantee that ID will never be reused by another user? I mean, for example, if I delete account does it mean that my ID will be assigned to someone in the future?

[twitter-dev] xAuth 401 error Invalid / used nonce

2010-06-17 Thread videouploader89
When trying to authorise the user I get given a 401 error with the error message:{request:/oauth/access_token,error:Invalid / used nonce} Looking at the debug output taken from libcurl and looking at values it looks like it should be working to me, I've tested the signature generation with the

[twitter-dev] Re: Suggestions/Slug does not work ?

2010-06-17 Thread Marin
Ok ... it seems to be missunderstanding ... The NEW documentation on the Twitter API does not include a working sample, so I missunderstood how to make the API call : http://dev.twitter.com/doc/get/users/suggestions/slug is the page, no sample ... The correct format in which the calls should be

Re: [twitter-dev] Re: Suggestions/Slug does not work ?

2010-06-17 Thread Taylor Singletary
We have a big project under way to get both the dev portal docs and the console in better shape. There's enough variation in URL structure and response types that our initial approaches proved not quite flexible enough to cover the many variations. On Thu, Jun 17, 2010 at 8:21 AM, Marin

[twitter-dev] Hide api source parameter?

2010-06-17 Thread gumbah
Hi all, is it possible to hide the api source parameter? Or set it to from web? This was possible with talking to the API via basic authentication, but it doesn't seem possible when using oauth. Does anyone have any experience with this? thanks! J

Re: [twitter-dev] Hide api source parameter?

2010-06-17 Thread Taylor Singletary
Hi Gumbah, With OAuth applications, there is no way to hide your source parameter. A lot of the move toward registered client applications in the Twitter ecosystem is for more transparency as to the source of any API action: for users, developers, and for Twitter. The source tag is a signal both

[twitter-dev] Re: Recent Places-related API enhancements more to come...

2010-06-17 Thread tsmango
Just to answer my own question in case others were wondering, what I found was that: If you use geo/reverse_geocode, you can specify the granularity as either 'city' or 'neighborhood'. The default is 'neighborhood'. Places are never returned. The documentation states that this endpoint will

[twitter-dev] Re: Recent Places-related API enhancements more to come...

2010-06-17 Thread Taylor Singletary
Thanks for sharing your tips. I'll make sure this is all covered in the expanded documentation I'm working on! On Thursday, June 17, 2010, tsmango tsma...@gmail.com wrote: Just to answer my own question in case others were wondering, what I found was that: If you use geo/reverse_geocode, you

[twitter-dev] Failed to validate oauth signature and token with xauth

2010-06-17 Thread ntortarolo
Hi, i have problem requesting an access_token, i think my source is right, i dont know where is the problem, i have maken some test with base_string, oauth_consumer_key and oauth_consumer_secret shown on http://dev.twitter.com/pages/xauth and i get the same oauth_signature shown there so i think

[twitter-dev] Re: oAuth for server-side applications

2010-06-17 Thread Rob
Sheesh, digests are always such a PITA. I wrote my own HTTP/DIGEST auth routine once and what a pain to wade through the RFC and try to get coding to work. I'd really like NOT to have to do that, BUT, I want to be articulate enough (code-wise) so I'm not just blindly relying on someone's

[twitter-dev] JavaScript function for parsing Tweet Entities

2010-06-17 Thread Wade Simmons
I created a JavaScript function for taking tweets retrieved from Twitter using ?include_entities=true and generating a nice linkified html version for display on a webpage. I thought this might be of us for some other people (it also might be a good reference for languages other than JS). The

Re: [twitter-dev] Re: oAuth for server-side applications

2010-06-17 Thread Taylor Singletary
FACTS (you don't want to see my Java): The nonce is a unique string. You create this on the fly for every request you make. A simple way to do this is to do a MD5_hex( current_time . access_token . request_path ) -- the nonce must be unique for every request sent by your API key. The signature

[twitter-dev] Location glitches

2010-06-17 Thread M. Edward (Ed) Borasky
I've got openSUSE 11.2 64-bit, connected to the Internet via wireless. I'm running both Firefox 3.6.3 and Chrome 6.0.427.0 dev. Chrome seems to be picking up my location correctly. When I go into the menu to set my location, I am seeing a list of businesses nearby, including the place

[twitter-dev] Re: Recent Places-related API enhancements more to come...

2010-06-17 Thread harrisj
Hello, Currently, using places doesn't modify the 'geo' field. This makes sense for neighborhoods or cities, because picking a centroid is a little arbitrary and those users might get freaked out if we place them at a specific point on a map. However, I would argue that this behavior is

[twitter-dev] Re: Links stripped from tweets

2010-06-17 Thread Rudiger
Most users wouldn't put the anchor tags in a link. And they probably shouldn't as twitter does the equivalent of a php htmlspecialchars on posts. But if you look at your home page twitter renders urls as links even if you just pasted a url into a post. Is it really necessary to parse posts to

[twitter-dev] Re: +++++++++++++++++++++++++++

2010-06-17 Thread ramy
WE'VE GOT SOME FRAKING CYLONS ON RADAR GET SOME VIPERS OUT THERE GOGOGOGOGOGOGOOGOGO On Jun 17, 2:28 pm, + taylorsinglet...@twitter.com wrote: + Sex 18 Online Videos Streaming :Phim News ||Phim Sex,Phim NguoiLon

Re: [twitter-dev] Re: +++++++++++++++++++++++++++

2010-06-17 Thread Taylor Singletary
That was actually a test of a new Promoted Tweets spin-off we're testing just for the twitter-development-talk subscribers -- what do you guys think?! ;)

Re: [twitter-dev] Re: +++++++++++++++++++++++++++

2010-06-17 Thread Zac Bowling
I knew twitter had a business plan up their selves somewhere... Just didn't think it would of involved porn spam. :-) Good one... Caught me off guard there :-) Zac Bowling @zbowling On Jun 17, 2010, at 5:46 PM, Taylor Singletary wrote: That was actually a test of a new Promoted Tweets

Re: [twitter-dev] Re: +++++++++++++++++++++++++++

2010-06-17 Thread M. Edward (Ed) Borasky
Quoting Taylor Singletary taylorsinglet...@twitter.com: That was actually a test of a new Promoted Tweets spin-off we're testing just for the twitter-development-talk subscribers -- what do you guys think?! ;) I think it's a shakedown ;-)

Re: [twitter-dev] Re: +++++++++++++++++++++++++++

2010-06-17 Thread M. Edward (Ed) Borasky
Quoting Zac Bowling zbowl...@gmail.com: I knew twitter had a business plan up their selves somewhere... Just didn't think it would of involved porn spam. :-) Good one... Caught me off guard there :-) Zac Bowling @zbowling It can't be spam - no Cyrillic! ;-)

Re: [twitter-dev] moving the OAuth switch over date to august 16, 2010

2010-06-17 Thread M. Edward (Ed) Borasky
Quoting Raffi Krikorian ra...@twitter.com: just to review what we're going to be doing: starting on august 16 we'll be ramping down the rate limits on basic auth roughly by 10 calls/hour/day ending on august 31st. on the 31st, you won't be allowed to make any other basic auth calls. in other