-
Notifications
You must be signed in to change notification settings - Fork 906
AppInviteDialog Doesn't Work #89
Comments
Just tested opening the AppInviteDialog and it works as expected. |
I had downloaded the version prior to 20160210 on the Facebook SDK, So version 0.8 react-native-fbsdk is not compatible with the Facebook SDK Prior to the one mentioned. |
Try removing (un-linking) the SDK by removing it from your project and linking it again. If you happened to copy the files when linking there is a chance it's still using the old SDK. Sent from my iPhone
|
@RussMax783 Thanks, that definitely that did the trick. |
When i upgrade to the latest version 0.8, the App invite no longer worked. As i've dug around trying to figure out the problem, i noticed that the API changed. Instead of going
AppInviteDialog.show(content, cb)
it now has .setContent, .canShow, .show, and .validateWithError. But it seems as though something is not right. When i try and implement it like the sample project. i get the following with this code:When i step through I find that the actuall FBSDKAppInviteDialogInterface does not have the methods like setContent, but only has .show...
Here is the original error i got right after upgrading
The text was updated successfully, but these errors were encountered: