-
-
Notifications
You must be signed in to change notification settings - Fork 330
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 bee setup problem #264
Comments
Could you post the error here? I'd like to debug this and see what's going on. |
I've tried again and this time I noticed that I didn't set my fb app to "live" (I haven't created any fb apps too). Nepavyksta atverti nuorodos: Nuorodos domenas nėra įtrauktas į programėlės domenų sąrašą. Programėlės nustatymuose, lauke Programėlės Domenai, pridėkite visus programėlės domenus ir subdomenus, ir jūs sėkmingai galėsite atidaryti šią nuorodą. As I understand this basically means that I have to add the domain of the app to the My starting instruction for the app was to run it from a docker image like this: As I've doing this only for exploration I would like to have any tutorials that may be useful. Probably it would be a nice addition to the bee setup screen. |
This seems to cover this error pretty well. I'll have to research it more, but the HTTPS requirement might be the first place to start. |
I did get the same error message when trying to retrieve an access token. This permission doesn't exist any more (see https://stackoverflow.com/questions/50146705/facebook-publish-actions-permission). I cannot find it on https://developers.facebook.com/docs/facebook-login/permissions or in the permission list on https://developers.facebook.com/tools/explorer/. |
I valid permission could be pages_manage_posts. |
I replaced the permissions in Beehive which allowed me to get an access token, but when I tried to post a message to my Facebook page I got an error:
|
I tried to use the scopes |
I created a pull requests for the scopes: #345 |
I wanted to fiddle with facebook bee and before I could even try it out I got an error.
It's related to the deprecated post API.
I am in no hurry to fix anything and this doesn't impact me, but it would be nice for it to work.
https://www.nextscripts.com/news/2018/04/facebook-error-invalid-scopes-publish_actions/
The text was updated successfully, but these errors were encountered: