Share Facebook session between main target and app (share) extension -


i'm trying develop share extension uses facebook sdk post status updates user's wall.

the problem: user logged in on main app when run share extension target, facebook access token becomes nil (not authenticated). when try request login share extension opens facebook app goes main app - current session lost.

here's tried already:

  • enable app groups compatibility (both targets belong same group)
  • added facebook required info on share extension's plist file
  • added share extension bundle id on facebook app settings page

still no luck far. dropping ideas , suggestions. maybe other implemented this.

thanks in advance!


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -