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

publish for facebook is dead #817

Closed
snarfed opened this issue Apr 24, 2018 · 6 comments
Closed

publish for facebook is dead #817

snarfed opened this issue Apr 24, 2018 · 6 comments
Labels

Comments

@snarfed
Copy link
Owner

snarfed commented Apr 24, 2018

they're turning it off in the API altogether. RSVPs today, posts 8/1/2018. https://developers.facebook.com/blog/post/2018/04/24/new-facebook-platform-product-changes-policy-updates/

it's a brave new world.

@pierreozoux
Copy link

sad to see that :/ I'm leaving facebook anyway :)

@snarfed
Copy link
Owner Author

snarfed commented Apr 26, 2018

i used this remote_api_shell snippet to send FB notifications to all bridgy publish users:

$ setenv FACEBOOK_APP_ID `cat facebook_app_id`
$ setenv FACEBOOK_APP_SECRET `cat facebook_app_secret`
$ remote_api_shell.py brid-gy
import traceback
from facebook import FacebookPage

for src in FacebookPage.query(
    FacebookPage.status == 'enabled',
    FacebookPage.features == 'publish',
  ).iter(offset=5):
  if src.auth_entity.get().type == 'user':
    print(src.label(), src.silo_url())
    try:
      src.gr_source.create_notification(
        src.key.id(),
        'Publish for Facebook will shut down in August. (Backfeed will still work.) So long, and thanks for all the fish!',
        'https://brid.gy/about#facebook-publish')
    except Exception as e:
      traceback.print_exc()
@snarfed
Copy link
Owner Author

snarfed commented May 1, 2018

F8 announcements today and Graph API v3.0 changes may mean facebook backfeed is dead too. not sure yet. details in #814 (comment).

@snarfed
Copy link
Owner Author

snarfed commented Jun 4, 2018

yup, backfeed is dead too. #826

@snarfed
Copy link
Owner Author

snarfed commented Jun 4, 2018

dougbeal pushed a commit to dougbeal/wordpress-indieweb-press-this that referenced this issue Jul 17, 2018
pfefferle added a commit to indieweb/wordpress-indieweb-press-this that referenced this issue Jul 17, 2018
remove obsolete facebook brid.gy publish link snarfed/bridgy#817
@snarfed
Copy link
Owner Author

snarfed commented Aug 8, 2018

facebook publish attempts now 400. closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants