Hi to everyone,
I'm trying out the postlink of facebook and Im able to post links with out any problem but Im trying to post an image,
So far i have tried this:
String msg = "<html><head><meta etc/></head><body/></html>";
FacebookLink facebookLink = new FacebookLink("url","xx","xx",msg);
facebook.feedOperations().postLink(userprofile.get Id(), msg, facebookLink);
I have tried different things but any worked out.
So can I post pictures with the message ???
Thanks!!


Reply With Quote
