0

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?

enter image description here enter image description here

Victorianec
  • 587
  • 1
  • 6
  • 15
  • 1
    http://stackoverflow.com/questions/22836080/where-to-set-the-shared-via-text-for-a-facebook-app – Piyush Jan 06 '16 at 10:07

1 Answers1

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