Hi, I am using Parse and facebook sdk to create an application, so I originally used the default implementation for parsing for user login via facebook using the PFFacebookUtils class. However, when I want to share or post something to my facebook user profile, FBSDKShareButton is disabled (greyed out).
I tried to grant permission to publish, but this did not solve the problem, this ( http://www.brianjcoleman.com/tutorial-how-to-share-in-facebook-sdk-4-0-for-swift/ ) is The tutorial I tried for use on Facebook. However, such a simple implementation, but I can not understand why the sharing button is disabled. I am sure the user is logged in.
In accordance with this message ios facebook sdk v3.11 exchange dialog button is disabled , I added a website and an application domain for which I want the person to go but this did not work. Now I donโt know what else I can do, so please help me with this problem, thanks
source share