publish for facebook is dead #817
Closed
Labels
Comments
This was referenced Apr 26, 2018
Closed
sad to see that :/ I'm leaving facebook anyway :) |
i used this $ 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
added a commit
that referenced
this issue
Apr 27, 2018
snarfed
added a commit
that referenced
this issue
Apr 27, 2018
F8 announcements today and Graph API v3.0 changes may mean facebook backfeed is dead too. not sure yet. details in #814 (comment). |
yup, backfeed is dead too. #826 |
This was referenced Jun 5, 2018
snarfed
added a commit
that referenced
this issue
Jun 5, 2018
This was referenced Jun 5, 2018
Closed
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
facebook publish attempts now 400. closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: