You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I have a problem getting the Botscript working
Is it right, that facebook changed something with the API or do I have another problem?
The text was updated successfully, but these errors were encountered: