Here: reading my facebook group posts via API, while on development mode Facebook has allegedly removed the ability to access groups via: GET "https://graph.facebook.com/{group-id}/feed? amp;access_token=EAACEdEos0..."

And indeed I get the error: {'error': {'message': '(#3) Missing Permission', 'type': 'OAuthException', 'code': 3, 'fbtrace_id': 'A3CWyW2GZbZTn8auSEgbWLS'}} When I try to access groups like this. My question is, how is it possible today to access public groups and receive the posts from a group?

I am attempting to create a Facebook posting using Jupyter notebook.

import facebook as fb # Initialize the Graph API with your access token access_token = 'code' graph = fb.GraphAPI(access_token) # Test API call user_info = graph.get_object('me') print(user_info) # Create the post post_message = "testing" graph.put_object(parent_object='me', connection_name='feed', message=post_message) 

However, there is an GraphAPIError: (#200).

In my Graph API Explorer, I have User Token with the following permission: user_events, user_photo, user_videos, user_post, public_profile.

May I know what else am I missing?

I'm trying to set up the FB for business login on my facebook app (reviewed and validated).

I'm using laravel php callback. it works with users logged into facebook that have admin role on my app.

return Socialite::driver('facebook') ->scopes($scopes) ->redirect();

I works fine with users that are admin of my app, but i get a blank popup login page when I use any other users

Can anybody help on this?

inspecting the browser console it shows this error

c7bTB9A8MMc.js?_nc_x=d7ylh6LA-3y:69

ErrorUtils caught an error:

Minified invariant #21945;