I'm trying to add name of the app to header of FBSDKShareDialog
as it shown on first screenshot but can't find property that responsible for it. I'm sharing FBSDKSharePhotoContent
, it's shown on second screenshot. Do anyone know how to implement this?
Asked
Active
Viewed 97 times
0

Victorianec
- 587
- 1
- 6
- 15
-
1http://stackoverflow.com/questions/22836080/where-to-set-the-shared-via-text-for-a-facebook-app – Piyush Jan 06 '16 at 10:07
1 Answers
0
There isn't a property that you can set in FBSDKShareDialog
. The app name is taken from your app settings page. You will need to set up your app settings correctly for this. You can find additional information here.

bangdel
- 2,523
- 5
- 28
- 42