-
-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Share Callback not working #141
Comments
yes, i would be interested in seeing how this works. |
I would of thought the above would of worked for Share Button and Feed Button I get the following error when closing the dialog box |
Hi, I am also facing the same issue with share button. I've even tried giving user_posts permission to my test user for my app. |
|
this is my code
<FacebookProvider appId="key"> <Share href="http://www.facebook.com" onResponse={this.handleResponse} onError={this.handleError}> {({ handleClick, loading,error,data }) => ( <button type="button" disabled={loading} onClick={handleClick} >Share</button> )} </Share> </FacebookProvider>
After y share post, handleResponse fuction not called . If I cancel share , I get error
Who can demo help me resolve this problem
The text was updated successfully, but these errors were encountered: