NativeScript / nativescript-facebook

NativeScript plugin, wrapper of native Facebook SDK for Android and iOS
Apache License 2.0
79 stars 50 forks source link

Share button is disabled #194

Closed mandrag0ra closed 5 years ago

mandrag0ra commented 5 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

I did not find a proper way to reproduce the error. The demo app is working fine. But even if I copy/paste the code from the demo app in my project, and If I'm logged in Facebook (via Nativescript-facebook login), the share button is disabled (gray). "Open share dialog (link)" button is not working either. Do you have any advise please ?

N.B: FBSDKShareKit (4.38.1)

elena-p commented 5 years ago

Hi @mandrag0ra,

Could you check whether you have configured your app for iOS as described here? If the problem still persist, you could try to isolate the issue in a smaller app so that we are able to review it and provide you further assistance.

mandrag0ra commented 5 years ago

Hi @elena-p,

I'm sorry. Indeed, I have missed this. Thank you.