Facebook SDK 3.1 presentShareDialogModally fails

前端 未结 3 717
北荒
北荒 2021-01-13 15:52

I\'m trying to test out the new built-in share \"sheet\" for Facebook on iOS 6 but when I run the sample code it doesn\'t show the sheet. Instead it posts a status for me wi

3条回答
  •  时光取名叫无心
    2021-01-13 16:51

    Make sure you're not opening sessions using deprecated methods (ie.openActiveSessionWithPermissions instead of the newer openActiveSessionWithReadPermissions/openActiveSessionWithWritePermissions) or the facebook sdk won't use native facebook integration (ie. native dialogs)

提交回复
热议问题