I am having trouble trying to find a way to upload multiple images to Facebook using the plugin U3DXT for IOS. I was able to upload multiple images using the share panel and then selecting facebook, however the problem with this approach is taht I cannot predfine an album for Facebook which is a needed for the app.
Hi, the native SLComposeViewController class allows you to add multiple images, but doesn’t seem like able to specify more info to post to Facebook such as album name. You might need to use the graph API, which the U3DXT.iOS.Social.Facebook class provides, with the GetFromURL() and PostToURL() methods from the parent class. However, this will not show a pop up, and does the posting in the BG without prompting the user. There are some examples in Assets/U3DXT/examples/social/SocialTest for using the graph API directly.