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?