2

I have social share in my app implemented using Apples Social framework. Now Facebook share does bring sharing view controller up on screen but initial text missing. Has something changed?

Not only that cancelling call back is coming back as done

enter image description here

user2511630
  • 3,214
  • 2
  • 17
  • 15
  • You are not allowed to pre-fill the message part of a share. Go read Platform Policies please. – CBroe May 02 '15 at 11:50

1 Answers1

2

This is a duplicate of SLComposeViewController setInitialText not showing up in View.

This behaviour is by design; prefilling was not allowed by policy, and now it's also enforced.

About the cancel button; this is a known issue and will be fixed. See bug report: https://developers.facebook.com/bugs/962985360399542/

Community
  • 1
  • 1
Roemer
  • 3,566
  • 1
  • 16
  • 32