I have an iOS app that can create shares on Facebook. The sharing itself works fine but we don\'t see a text for the \"shared via\" line as you can see in the attached image. It
I know this is a multi-tiered setup, and to be honest I'm not sure exactly which or all of these things contribute to the "shared via..." to be set, but I've currently got it working with my application so I'll give you details about what I've done and perhaps you're missing one of the below steps: (I've whited out my app-specific details)
1) In the "Settings" screen of my Facebook Developer Account I have the following:
Note that I have the App ID, Display Name, Bundle ID, and the "iPhone Store ID", which links to the app. If I had to guess I'd say that setting that store ID is what triggers it. It seems this leads to one of three outcomes when users click the link:
2) At the bottom of the "App Details" page, there is a selection for an App Page. I did all of this stuff after creating a new facebook account for my dev team and had to be added as an admin to our App/Company's facebook business page - I was then able to link our page to the app.
3) I then made sure to add three things to the Plist for my application, the FacebookAppID, FacebookDisplayName, and added the fb123..... (123 being the Facebook App ID) to the URL types as shown below: