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 GraphAPIError #200 #9

Open
audax67 opened this issue Mar 27, 2018 · 1 comment
Open

Facebook GraphAPIError #200 #9

audax67 opened this issue Mar 27, 2018 · 1 comment

Comments

@audax67
Copy link

audax67 commented Mar 27, 2018

I have a problem getting the Botscript working

jk@ubuntu:~/fbpages-telegram-bot$ python3 facebook2telegram.py
Loaded settings:
Locale: de-DE
Admin ID: 12345678
Channel: @my_Telegram_Channel
Refresh rate: 300.0
Allow Status: False
Allow Photo: True
Allow Video: True
Allow Link: True
Allow Shared: True
Allow Message: True
Getting most recent posts dates...
Traceback (most recent call last):
File "facebook2telegram.py", line 671, in
main()
File "facebook2telegram.py", line 658, in main
getMostRecentPostsDates(facebook_pages, dates_path)
File "facebook2telegram.py", line 216, in getMostRecentPostsDates
fields='name,posts.limit(1){created_time}')
File "/home/jk/.local/lib/python3.5/site-packages/facebook/init.py", line 114, in get_objects
return self.request(self.version + "/", args)
File "/home/jk/.local/lib/python3.5/site-packages/facebook/init.py", line 272, in request
raise GraphAPIError(result)
facebook.GraphAPIError: (#200) Access to this data is temporarily disabled for non-active accounts due to changes we are making to the Facebook Platform

Is it right, that facebook changed something with the API or do I have another problem?

@00aixxia00
Copy link

Did you find an answer ? Having the same problem :(

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

2 participants