Some time ago I wrote a wrapper-class for the Twitter API.
I implemented all methods except for updateProfileImage and updateProfileBackgroundImage. Those two methods expect the raw image-data and a correct mime-type.
That last one is a big fail in PHP's curl-implementation. If you wan't more info you can read it on the bug-report page: http://bugs.php.net/bug.php?id=46696.
Reacties
donotfold schreef:
03/02/09
Cool twitter php icon ;)
toby schreef:
03/02/09
how does it work?
Tijs schreef:
04/02/09
WWDJ wrote a little tutorial for my twitter-class, see his blog: http://wwdj.wijndaele.com/
Pierro schreef:
19/02/09
Howdy;
i read right now something about your (http://classes.verkoyen.eu/twitter/)
But what exactly can i make it with that script ?
Tijs schreef:
19/02/09
@Pierro: it isn't a script, it is a class that enables you to communicate with the twitter-api. So what you do with it is up to you.
Scott schreef:
03/04/09
Hoi Tijs! Love your Twitter PHP class. One question--when I do a status update and use a language other than English with special characters, I get strange results. For example, if I send an update "Ich möchte es wissen" I get "Ich möe es wissen" (it deletes 3 chars after the ö. If I send "Ich möchte es wissen" (with the HTML escape for the o-umlaut) it works and sends the proper output. Do you get the same results or am I just doing something wrong?? Dank je wel voor je hulp!
Liviu Sandulache schreef:
28/04/09
Thanks a lot for your Twitter Class. So,can i use the updateProfileBackgroundImage method to work ? Cause now i get an error that shouldn't apear.