TadvFacebook - How make post in specific page

It's currently not supported to post images to albums for a specific page.
However this is a good suggestion and I've added a new overload to the PostImage call with an extra "Page" parameter (Similar to the Post call) to make this possible.


The update will be available with the next release of the TMS Cloud Pack.

This is an example of how the PostImage call can be used to post an image to an album of a specific page in the next version of TMS Cloud Pack:
     AdvFacebook1.PostImage(edAdd.Text, OpenDialog1.FileName, ListView2.Items[ListView2.ItemIndex].Data, AdvFacebook1.PageList[0]);

Bart Holvoet2013-12-16 09:44:26