[twitter-dev] Slow Image Requests

2011-06-28 Thread Kyle Mulka
I've noticed that some requests to Twitter's image servers have been slow for a few weeks now. Any plan to fix that? For example: it would take over a minute to load Twitter backgrounds or Twitter avatar images. -- Kyle Mulka http://twilk.com -- Twitter developer documentation and

[twitter-dev] Re: question regarding API FAQ: reclaim inactive username

2010-02-10 Thread Kyle Mulka
I also have this problem and have gotten no response whatsoever from Twitter. Here's the inactive account that I'd like to have: http://twitter.com/twilk -- Kyle Mulka Founder, Congo Labs http://twilk.com On Feb 10, 6:41 pm, Anil Chawla wrote: > Thanks, glad to know I'm not a

[twitter-dev] Re: background url showing via api, but not on profile

2010-02-09 Thread Kyle Mulka
I think you are right about these issues. The third one you mentioned I think should be fixed in the API: - uploading a new background image via the API does not cause the image to be displayed I just filed this ticket: http://code.google.com/p/twitter-api/issues/detail?id=1443 -- Kyle Mulka

[twitter-dev] Re: background url showing via api, but not on profile

2010-02-01 Thread Kyle Mulka
It's been a month, and this issue still isn't fixed. What's going on? -- Kyle Mulka Founder, Congo Labs http://twilk.com On Jan 14, 10:00 am, Kyle Mulka wrote: > Another example:http://twitter.com/users/show.xml?screen_name=MKTINTELLIGENCE > > On Jan 11, 11:25 am

[twitter-dev] Re: background url showing via api, but not on profile

2010-01-14 Thread Kyle Mulka
Jan 11, 2010 at 2:03 AM, Kyle Mulka wrote: > > bump > > > On Jan 1, 2:24 pm, Kyle Mulka wrote: > > > The profile background image URL of this user shows up in the API, but > > > it doesn't show up on their profile page. What’s happening? > > > > p

[twitter-dev] Re: background url showing via api, but not on profile

2010-01-11 Thread Kyle Mulka
bump On Jan 1, 2:24 pm, Kyle Mulka wrote: > The profile background image URL of this user shows up in the API, but > it doesn't show up on their profile page. What’s happening? > > profile page:http://twitter.com/dirk100 > > API:http://www.twitter.com/users/show.

[twitter-dev] Re: Rate Limiting question

2010-01-01 Thread Kyle Mulka
, per hour. In my case, all Twitter API calls are authenticated and cached for an hour. The way my app is set up, under normal usage, no user will use more than 20,000 Twitter API requests. -- Kyle Mulka Founder, Congo Labs http://twilk.com On Jan 1, 5:43 pm, jojet wrote: > Hi all, > I wa

[twitter-dev] background url showing via api, but not on profile

2010-01-01 Thread Kyle Mulka
g.com/profile_background_images/63365544/twilk_background.jpg -- Kyle Mulka Founder, Congo Labs http://twilk.com

[twitter-dev] Re: What You Put In Not The Same As What You Get Back Out

2009-12-31 Thread Kyle Mulka
er. It would be nice if the account/ update_profile_background_image function could guarantee that the image URL returned was the actual image I uploaded. (with whatever filtering you want to apply) -- Kyle Mulka Founder, Congo Labs http://twilk.com On Dec 30, 8:03 pm, John Adams wrote: > On Dec

[twitter-dev] Re: What You Put In Not The Same As What You Get Back Out

2009-12-30 Thread Kyle Mulka
My application uploads a background image on a user's behalf. I want to be able to figure out if they are still using the background image at some future point in time. -- Kyle Mulka Founder, Congo Labs http://twilk.com On Dec 30, 5:02 pm, Zac Bowling wrote: > Twitter has to host tho

[twitter-dev] What You Put In Not The Same As What You Get Back Out

2009-12-30 Thread Kyle Mulka
When uploading a background image, the image contents seems to get modified. Seems like I should be able to do an MD5 sum on the file before it is uploaded, upload the image to Twitter, and when I download the image do another MD5 sum and the two should be the same. But they aren't. Why? --

[twitter-dev] Background Uploading not working

2009-11-10 Thread Kyle Mulka
give the standard Amazon S3 access denied error message. Twitter... please fix this! -- Kyle Mulka http://twilk.com

[twitter-dev] Re: New cursor methods are way too slow

2009-10-15 Thread Kyle Mulka
I wonder if a query language like what Facebook has with its FQL might help here. ;-) -- Kyle Mulka http://twilk.com On Oct 14, 10:30 pm, Chad Etzel wrote: > I agree. I'm lobbying the team for something like this. > -Chad > > On Wed, Oct 14, 2009 at 10:21 PM, Josh Roesslein

[twitter-dev] Re: New cursor methods are way too slow

2009-10-15 Thread Kyle Mulka
se cursors. Thanks, -- Kyle Mulka http://twilk.com On Oct 14, 9:56 pm, Chad Etzel wrote: > If you are pulling down the entire social graph, why not use the > social graph calls which would deliver all 7000 ids in 2 calls? > > You can also parallelize this process by looping through dif

[twitter-dev] Japanese Characters in Image URLs

2009-10-12 Thread Kyle Mulka
7;); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $json = curl_exec($ch); curl_close($ch); $data = json_decode($json, true); $ch2 = curl_init($data['profile_image_url']); curl_exec($ch2); curl_close($ch2); -- Kyle Mulka http://twilk.com - put your friends' faces on your Twitter background

[twitter-dev] Re: Deprecation Notice: pagination on several methods is being replaced with cursoring on October 26, 2009

2009-10-08 Thread Kyle Mulka
meter, is it better to use max_id? -- Kyle Mulka http://twilk.com - put your friends faces on your Twitter background On Sep 24, 8:47 pm, Alex Payne wrote: > Hi, > > Recently, we documented a new pagination mechanism for our "social > graph" methods, /friends/ids and /follow

[twitter-dev] Re: API Version of /friend_requests?

2009-08-22 Thread Kyle Mulka
I should have clarified. This account is private, so it has to approve all followers. -Kyle On Aug 22, 1:10 pm, Chris Babcock wrote: > > Is there an API version ofhttp://twitter.com/friend_requests? I want > > to be able to pre-authorize people to follow me so that I don't have > > to manually

[twitter-dev] API Version of /friend_requests?

2009-08-22 Thread Kyle Mulka
Is there an API version of http://twitter.com/friend_requests ? I want to be able to pre-authorize people to follow me so that I don't have to manually check my email and visit that page every once in a while. Thanks, Kyle Mulka http://twitter.com/mulka http://twilk.com

[twitter-dev] Re: 302s are NOT the solution

2009-08-09 Thread Kyle Mulka
stead of HTTP 302s. Is there something I'm missing for why 302s are necessary here? -- Kyle Mulka http://twilk.com On Aug 8, 10:45 pm, John Kalucki wrote: > In a simplified sense, the redirect nullifies a pernicious class of > attack where the source IP address is forged. A redirec

[twitter-dev] Re: Twitter Update, 8/9 noon PST

2009-08-09 Thread Kyle Mulka
http://twilk.com works consistently now with OAuth and everything. Whatever you guys did seems to have fixed the problems. Is the DOS attack still as strong as it was before? -- Kyle Mulka On Aug 9, 3:13 pm, Ryan Sarver wrote: > *Finally* have what we hope is good news for everyone. As

[twitter-dev] Re: 302s are NOT the solution

2009-08-08 Thread Kyle Mulka
A forged source IP address is a good reason for doing 302s. Thanks for the explanation. Now... if only OAuth worked... -- Kyle Mulka http://twilk.com On Aug 8, 10:45 pm, John Kalucki wrote: > In a simplified sense, the redirect nullifies a pernicious class of > attack where the sou

[twitter-dev] 302s are NOT the solution

2009-08-08 Thread Kyle Mulka
An attacker can just as easily follow a 302 as can a legitimate API developer or user of Twitter. I don't understand why Twitter thinks this is a solution to the problem. Please stop 302ing. Thanks, -- Kyle Mulka http://twilk.com

[twitter-dev] Re: DDoS Status Update

2009-08-07 Thread Kyle Mulka
OAuth appears to be completely broken, along with my app which uses it. After clicking allow, Twitter takes forever to respond, and then when it does it just comes back with a completely blank response. -- Kyle Mulka http://twilk.com On Aug 7, 2:05 pm, Ryan Sarver wrote: > I wanted to s

[twitter-dev] Friend Selector

2009-06-24 Thread Kyle Mulka
also be a way to click on friends to select them from your list. -- Kyle Mulka http://twilk.com