ASNE icon indicating copy to clipboard operation
ASNE copied to clipboard

Posting both photo and hypertext on FB

Open bpvxcodes opened this issue 10 years ago • 0 comments
trafficstars

First of all, thanks to you for this useful thing.

In my app I would like to provide posting both a photo and some text with hyperlink in one record on user's wall on Facebook. But ASNE library uses the constructor Request.newUploadPhotoRequest(...) not allowing to add any attributes excepting ordinary text. As far as I understand, the alternative constructor new Request(... "me/photo" ...) works in the same way and can't help me to provide necessary functionality.

Are there any ways to provide the functionality I need with ASNE lib?

bpvxcodes avatar Jan 22 '15 13:01 bpvxcodes