Facebook Connect for iPhone: How to upload an image (UIImage) to user's wall without having to use j
Posted
by Crowem
on Stack Overflow
See other posts from Stack Overflow
or by Crowem
Published on 2010-03-09T19:37:59Z
Indexed on
2010/03/22
17:01 UTC
Read the original article
Hit count: 471
Is there any way to upload an image (UIImage) directly from an iPhone app to a user's wall/feed?
All the samples I see are either using a json-embedded link or they use the photos.upload call with album ID (aid) which results in the user getting the image in his photo album(s).
What I want to do is to upload an (UI)Image created (by the user) inside an iPhone app and upload to his/her wall. Is this possible? Sample code would be highly appreciated.
© Stack Overflow or respective owner