i use this “tweetr” api from http://tweetr.swfjunkie.com/ for my new website.but i can’t upload a image to twitter,like update_profile_image api,never worked
anyone used this before?upload image i follow his method but from twitter i get the “Error writting file” message,any idea?
all i can guess is about the phpproxy issue/crossdomain?.....help!!
- Envato Staff
- Reviewer
- Sold between 100 000 and 250 000 dollars
- Author had a Free File of the Month
- Featured in a Magazine
- Author was Featured
- Item was Featured
- Bought between 10 and 49 items
You may need to authenticate twitter account. tweetr may already implemented OAuth2 last time I remembered.
RimmonTrieu saidone more question,rimmon.
You may need to authenticate twitter account. tweetr may already implemented OAuth2 last time I remembered.
is it possible to upload image to twitter from flash,i mean without php?
thanks
- Envato Staff
- Reviewer
- Sold between 100 000 and 250 000 dollars
- Author had a Free File of the Month
- Featured in a Magazine
- Author was Featured
- Item was Featured
- Bought between 10 and 49 items
There is an API for that: https://dev.twitter.com/docs/api/1/post/statuses/update_with_media
It seems that tweetr didn’t implement this so you have to write the api yourself using as3 core library.
thanks australian 
