Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
more useful options
 
PerlMonks  

Re: perl twitter api

by afoken (Parson)
on Apr 26, 2012 at 06:09 UTC ( #967239=note: print w/ replies, xml ) Need Help??


in reply to perl twitter api

There was a problem with your picture. Probably too big.

Start by reading the error message. Try uploading a very tiny image, like the one generated by this script:

#!/usr/bin/perl -w use MIME::Base64; open OUT,'>','tiny.gif' or die "ooops: $!"; binmode OUT; print OUT decode_base64('R0lGODlhAQABAPABAIor4v///yH5BAAAAAAALAAAAAABA +AEAAAICRAEAOw=='); close OUT;

Read the API rules. Perhaps you have hit a usage limit.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)


Comment on Re: perl twitter api
Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: note [id://967239]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others about the Monastery: (17)
As of 2013-05-21 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (451 votes), past polls