Skip to content
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

Facebook sharer.php is not working any more #43

Closed
nedzadk opened this issue Sep 30, 2016 · 7 comments
Closed

Facebook sharer.php is not working any more #43

nedzadk opened this issue Sep 30, 2016 · 7 comments

Comments

@nedzadk
Copy link

nedzadk commented Sep 30, 2016

Hi, wondering if anyone else noticed this?
I have also found this info on stackoverflow.

@nygardk
Copy link
Owner

nygardk commented Oct 29, 2016

Hey! Has someone figured out what really is the current status of sharer.php? Should something be done regarding this? Thanks.

@aslamhadi
Copy link

When I search the official documentation I can't find information on sharer.php. I found this instead https://developers.facebook.com/docs/sharing/reference/share-dialog

Basically use Javascript SDK for JS and then

FB.ui({
  method: 'share',
  href: 'https://developers.facebook.com/docs/',
}, function(response){});

@NgKhanh
Copy link

NgKhanh commented Feb 21, 2017

It was moved to
https://www.facebook.com/sharer/sharer.php

please change your FB.sharer in this lib

@downzer0
Copy link
Contributor

downzer0 commented Jun 4, 2017

Is there a status update for this issue?

@AlphaDork
Copy link

sharer.php +should+ still work. But it's use is deprecated by FB. As aslamhadi had stated above. This still works on some of my installations but it would be safer to move to using the share-dialog.

@downzer0
Copy link
Contributor

@AlphaDork are you suggesting a new component (replacement for this one) that resolves this issue?

@nygardk
Copy link
Owner

nygardk commented Sep 18, 2017

Closing due to inactivity.

@nygardk nygardk closed this as completed Sep 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants