[twitter-dev] Re: Problems Loading Profile Images

2010-07-21 Thread luisg
I'm having the same problem too... But just sometimes. Anyway, looks like Twitter is better now... At least is not so slow as was a couple of weeks ago. On Jul 21, 4:59 am, Ron rbther...@gmail.com wrote: Anyone noticing problems loading profile images (slow, no image returned, hanging...)?  

[twitter-dev] Problems with Twitter4J and OAuth on Android

2010-07-21 Thread Clay Graham
Cant figure out if this is a problem with Twitter4J or the Twitter API. I am trying to create an OAuth callback activity, started by a RequestToken, but the Request Token request is failing. DOES ANYONE KNOW IF GOOGLE HAS MADE THE TWITTER CLIENT AVAILABLE BY OPEN SOURCE YET? Twitter4J 2.1.2

[twitter-dev] [search api] is it possible to search replies from a certain status_id?

2010-07-21 Thread arian
hi guys, I need monitor replies from certain status. I would like to use search api, but according to search api doc it's impossible. I only ask you to know for sure. for example, I would like to be able ask for search api for replies from a status providing in_reply_to_status_id value. the only

[twitter-dev] Twitter Stream API - Location filtering limited to the Western Hemisphere?

2010-07-21 Thread James
I'm attempting to stream Tweets from the UK as a whole(filtering further with tracking words), using Twitters stream API, however I'm having trouble with my bounding box. The LAT/LON pairs I'm using to define a bounding box of the whoe UK(Ire included) is as follows. -9.05, 48.77, 2.19, 58.88

[twitter-dev] Re: Issues with OAuth

2010-07-21 Thread Kostya Nikolayev
Hi Matt, Very appreciate your response! It is working now after I quoted the oauth values. So, the quoting matters. Also, Consumer token was in place of OAuth one, and vice versa. Thanks a lot, Kostya On Jul 21, 1:13 am, Matt Harris thematthar...@twitter.com wrote: Hey Kostya, I've taken a

[twitter-dev] Re: Coming soon: a solution for Open Source applications using OAuth with the Twitter API

2010-07-21 Thread Johnson Earls
Any further news on this? It's been three weeks since you were hoping to roll [it] out more widely this week. I've got an app registered and am starting to code it up, but would like to use the key_exchange method instead, since there's no way at all to hide the consumer secret in a python

Re: [twitter-dev] Twitter Stream API - Location filtering limited to the Western Hemisphere?

2010-07-21 Thread Dave Ingram
On 07/21/10 15:13, James wrote: I'm attempting to stream Tweets from the UK as a whole(filtering further with tracking words), using Twitters stream API, however I'm having trouble with my bounding box. The LAT/LON pairs I'm using to define a bounding box of the whoe UK(Ire included) is as

[twitter-dev] Statuses/friends previous cursor broken

2010-07-21 Thread Mark Krieger
Hi. I am having the same problem as several others reported, where the result of a statuses/friends sends back a previous cursor which is not correct. The thread on this, from april or may, died with no resolution. I notice that twitter itself has this same problem, although twitter seems to use

Re: [twitter-dev] Statuses/friends previous cursor broken

2010-07-21 Thread Scott Marshall
Yup, I encountered this as well while trying to figure out count differences in what twitter reports on the number of followers and what the api gives. Seems to be off by one number. So flipping between pages on twitter itself (followers list) I did get those blank results. I found I had

Re: [twitter-dev] Twitter Stream API - Location filtering limited to the Western Hemisphere?

2010-07-21 Thread John Kalucki
If you need larger bounding boxes, you can request a higher access level. You can also assemble a number of smaller bounding boxes into a larger box to cover more area. So, you can divvy up your allocation into a contiguous area, or multiple discontinuous regions. If there's a bug on creating a

Re: [twitter-dev] Twitter Stream API - Location filtering limited to the Western Hemisphere?

2010-07-21 Thread M. Edward (Ed) Borasky
Quoting John Kalucki j...@twitter.com: Given the proportion of geo-tagged tweets, perhaps we should indeed make these boxes bigger for the default access role. Any numbers you'd be willing to share? I'd hate to see you go with bigger boxes only to have to shrink them again when location

[twitter-dev] Re: Twitter Stream API - Location filtering limited to the Western Hemisphere?

2010-07-21 Thread James
Ah, very true - apologies I mis-understood the meaning of 'degree'. Thanks, I understand the problem now. Seidr On Jul 21, 4:08 pm, Dave Ingram d...@dmi.me.uk wrote: On 07/21/10 15:13, James wrote: I'm attempting to stream Tweets from the UK as a whole(filtering further with tracking

[twitter-dev] Re: Issues with OAuth

2010-07-21 Thread Kostya Nikolayev
Matt, Another question I believe you may clarify. Streaming API over OAuth works fine if track only one item: track=sun When I want to track multiple items like track=sun,microsoft I'm getting 401 There is what I'm sending: POST /1/statuses/filter.json HTTP/1.1\r\nHost: stream.twitter.com\r

Re: [twitter-dev] Re: Issues with OAuth

2010-07-21 Thread Taylor Singletary
Hi Kostya, You're close on getting the comma-separation to work. You've correctly URL encoded it for your POST body, but for the OAuth signature base string, it'll need to be doubly encoded. Your base string should be something like: POSThttp%3A%2F%2Fstream.twitter.com%2F1%2Fstatuses

[twitter-dev] Re: is it possible to search replies from a certain status_id?

2010-07-21 Thread tsmango
Unfortunately, there isn't a single API method that allows this. From the FAQ: http://dev.twitter.com/pages/api_faq#replies Q: How do I get all replies to a particular status? A: For now, there's not a great way to do this. We've heard the requests, though, and we'll be providing a solution for

[twitter-dev] Re: Statuses/friends previous cursor broken

2010-07-21 Thread Mark Krieger
Matt, Thank you. This has been open for about 4 months. I hope it will be fixed soon. For now I think I will need to do something on my own to program around it. Wish me good luck (: Mark On Jul 21, 1:37 pm, Matt Harris thematthar...@twitter.com wrote: Thanks for the emails on this one. It is

Re: [twitter-dev] Re: Problems Loading Profile Images

2010-07-21 Thread Taylor Singletary
Hi Everyone, We had some issues with profile updates and image uploads last week and early this week. Some images uploaded in that time period resulted in incorrect image URLs, and while this should now be fixed for more recently updated/created images, those with avatars saved while in this

Re: [twitter-dev] Problems with Twitter4J and OAuth on Android

2010-07-21 Thread Taylor Singletary
Hi Clay, Just noticed that you have an API secret in this code sample you've provided -- you'll want to go to your application record and regenerate a new key/secret pair. As for the code itself -- I see you setting your consumer key and secret as constants near the top, but then in askOAuth

[twitter-dev] Trying to do a GET after autenticating via OAuth

2010-07-21 Thread clinisbut
Hello everybody. I just achieved to autenticate via OAuth, and I'm trying to get user's data through account/verify_credentials but I think I'm not building correctly the composite signing key or something, mainly because I'm not able to fully understand all the different tokens I receive from

Re: [twitter-dev] Whitelist confirmation . . .

2010-07-21 Thread Taylor Singletary
Hi there, We're a bit behind on processing whitelisting requests, as we had a hiatus of approving requests during the World Cup. Whitelisting is a privilege granted on a case-by-case basis (criteria and acceptance rates change over time), but we don't generally provide whitelisting for research

[twitter-dev] Re: Trying to do a GET after autenticating via OAuth

2010-07-21 Thread clinisbut
I'm using an OAuth library I've developed in PHP. Do I need to pass all the parameters through the query also? On Jul 21, 9:25 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi there, If you've gotten to the point of retrieving an access token, it's likely you managed to get

[twitter-dev] TweetBox on my site

2010-07-21 Thread cody wilmoth
Can someone help me get the tweetbox working on my site please? It will not show up after I click on a link that brings a jQuery pop-up and displays the tweetbox in their, but it won't work. My site is http://lowprogaming.codywd.com Thanks, @Cody_Wilmoth

[twitter-dev] Re: Trying to do a GET after autenticating via OAuth

2010-07-21 Thread clinisbut
Ok, I just discovered http://dev.twitter.com/console, I'm matching the composite signing key created by this console and mine and don't match (obviously I'm using the same visible parameter values (timestamp, nonce, oauth_token and consumer key) and my composite signing it's not hte same... On

Re: [twitter-dev] getStatusesMentions not working today....???

2010-07-21 Thread Matt Harris
Hi Mark, We aren't seeing any errors like this when we run some tests. Could you elaborate on what the bogus headers are? Matt On Wed, Jul 21, 2010 at 12:51 PM, Mark Krieger markskrie...@gmail.comwrote: My application has used getStatusesMentions for many months, it is only failing when

[twitter-dev] Re: getStatusesMentions not working today....???

2010-07-21 Thread Mark Krieger
Matt, Thanks for the quick response. The call uses EpiTwitter.php, it looks like: Call Oauth to authenticate (this works), then: $val = $twitterObj-get_statusesMentions(array('since_id' = $lastid)); $arr = json_decode($val-responseText, true); if (empty($arr)) { $error = error text;

[twitter-dev] Re: getStatusesMentions not working today....???

2010-07-21 Thread Mark Krieger
Matt, I found the problem, sorry, I believe it is on my end. I found a line of code someone here changed. Argh. I will be more careful with your time in the future. Mark On Jul 21, 6:00 pm, Mark Krieger markskrie...@gmail.com wrote: Matt, Thanks for the quick response. The call uses

Re: [twitter-dev] Re: getStatusesMentions not working today....???

2010-07-21 Thread Matt Harris
Hey Mark, Not a problem. Glad you found the source of the error. Best, Matt On Wed, Jul 21, 2010 at 3:11 PM, Mark Krieger markskrie...@gmail.comwrote: Matt, I found the problem, sorry, I believe it is on my end. I found a line of code someone here changed. Argh. I will be more careful with

Re: [twitter-dev] Re: Trying to do a GET after autenticating via OAuth

2010-07-21 Thread Taylor Singletary
Hi, Know it sounds strange, but I'd stay away from the dev.twitter.com console when trying to debug an issue like this. Even if it weren't buggy, the execution path it uses to perform OAuth operations is a bit different than what you typically would do in your own implementation. Are you married

[twitter-dev] Re: Search within followers / following

2010-07-21 Thread Sam
does anyone know of a way to search just among the people you are following?

[twitter-dev] Re: Problems with Twitter4J and OAuth on Android

2010-07-21 Thread Clay Graham
Dooh. I thought I changed that. Thanks. Luckily its a test pair. Clay On Jul 21, 12:13 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Clay, Just noticed that you have an API secret in this code sample you've provided -- you'll want to go to your application record and

[twitter-dev] Re: Problems with Twitter4J and OAuth on Android

2010-07-21 Thread Clay Graham
Taylor, So the permission failure is on the request token. Not on the callback, so even though my callback code is a little different it shouldnt matter because it never gets to it. Thanks again for catching that I posted my keys. Clay On Jul 21, 12:13 pm, Taylor Singletary

[twitter-dev] Re: Problems with Twitter4J and OAuth on Android

2010-07-21 Thread Clay Graham
Ok I know what the problem is! The manifest was blocking connections to the internet because access was not defined. AARRRG! Here is the proper manifest. Hope this helps somebody Sorry ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android;

[twitter-dev] in_reply_to_status_id on statuses/update

2010-07-21 Thread ntortarolo
Hi statuses/update returns Incorrect signature when using in_reply_to_status_id parameter, when the in_reply_to_status_id parameter is omitted the request works fine. Where i must put that param and how? Im doing this call with curl on php. I have added it on my body post and also on my base

[twitter-dev] Re: Problems with Twitter4J and OAuth on Android

2010-07-21 Thread Bess
So does it works completely now with manifest.xml permission in place? uses-permission android:name=android.permission.ACCESS_COARSE_LOCATION/ uses-permission android:name=android.permission.ACCESS_FINE_LOCATION/ uses-permission android:name=android.permission.INTERNET/ What OAuth

[twitter-dev] API Console malfunctioning

2010-07-21 Thread Mark Sievers
method testing:statuses/friends_timeline parameters: max_id console: http://dev.twitter.com/console API Console does not seem to be adding parameters to the request URLs. -http://twitpic.com/27fyo4 Adding the parameter -http://twitpic.com/27fziv The subsequest request The equivalent request in

[twitter-dev] Re: Problems Loading Profile Images

2010-07-21 Thread Ron
Same problem seems to be back - slow/no profile image downloads. On Jul 21, 3:14 pm, Ron rbther...@gmail.com wrote: Not seen it happen at all anymore since corrections were made. On Jul 21, 2:08 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Everyone, We had some issues

[twitter-dev] Re: in_reply_to_status_id on statuses/update

2010-07-21 Thread ntortarolo
i have fixed it. please can you make a more complete documentation? all time we must guest about what must we do. $base_string = POST.urlencode(utf8_encode($url)).in_reply_to_status_id %3D14246241747.urlencode(utf8_encode(. $access_token.status=)).myUrlEncode(@aaa ok) and also