Question

If I use SLComposeViewController factory initializer method composeViewControllerForServiceType: and initialize it with Facebook service type, when posting to the Facebook wall, the post does not contain any info on the app it was used to post from (it now says "via iOS", instead of "via ApplicationName"). When I was using FBConnect and would specify AppID, it would always fetch the application info display it within the post.

Is it possible to recreate this behavior with standard SLComposeViewController?

Was it helpful?

Solution

There is no way to achieve this at the moment with SLComposeViewController. You have to use the Facebook SDK to have your apps name in the "via area".

see SLComposeViewController Facebook posts as iOS instead of Facebook Application Identifier

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top