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
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
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
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
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
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.
, 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
g.com/profile_background_images/63365544/twilk_background.jpg
--
Kyle Mulka
Founder, Congo Labs
http://twilk.com
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
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
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?
--
give the standard Amazon S3 access denied error
message.
Twitter... please fix this!
--
Kyle Mulka
http://twilk.com
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
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
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
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
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
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
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
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
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
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
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
also be a way to click on friends to select them from your
list.
--
Kyle Mulka
http://twilk.com
24 matches
Mail list logo