1

i am using SLComposeViewController for sharing on facebook and twitter. when i perform action then open dialog box but there are no any text is appear in dialog box.

Vvk
  • 4,031
  • 29
  • 51
  • Maybe fb forbids to prefill it now. Read the Facebook Policy at https://developers.facebook.com/policy 2.3 – gaRik Nov 25 '15 at 15:14

1 Answers1

1

Since Facebook update their policy it always blank.

Possible solution: create your own alert view (push me), integrate FacebookSDK (push me) and implement sharing (push me).

The easiest way to integrate sdk is through CocoaPods.

rkyr
  • 3,131
  • 2
  • 23
  • 38