Hi,
First of all I would say that this is a great module.
I was facing an issue that I was not able to post on facebook, When ever I clicked to login to facebook connect button at "admin/config/services/fbautopost" page, I got that you don't have a sufficient permission related to publish_stream. In order to check permission I went "admin/config/services/fbpermissions" page and select administrator role. I found that by default Publish Stream (publish_stream) is selected over there. Then I searched over internet and I found https://developers.facebook.com/docs/apps/changelog .
It seems that scope variable "publish_stream" is no more valid for new apps and now "publish_stream" is replaced by "publish_pages".
Error looks like below.
FBAutopostException: Insufficient permissions to publish on page with id XXXXXXXX . Please check [a href="/admin/config/services/fbautopost"]your configuration[/a]. in FBAutopost->checkPagesAvailability() (line 444 of sites/all/modules/fb_autopost/class/FBAutopost.php).
Can you please update module as per new scope variable publish_pages.
Comments
Comment #1
pranavpathak commentedComment #2
Clauce commentedHello,
I had the 7x-1.2 version installed and tested, and everything worked fine.
Since a few weeks, I am not able to connect to Facebook as it returns the same error : It seems that scope variable "publish_stream" is no more valid for new apps and now "publish_stream" is replaced by "publish_pages".
I have updated the module to 7x-1.4 and I still find the same error as the "Publish_stream" is ticked by default in the Facebook permissions.
Could you help us in this issue ? Where can I deactivate the publish_stream permission ? I do not find it in the moduke files.
Thank you in advance !
Comment #3
Clauce commentedComment #4
e0ipso@Clauce please, use the search before tagging a Major Bug Report. https://www.drupal.org/project/issues/fb_autopost?text=publish_stream&st...
You'll find out that the issue has been resolved already and it will save you some time.
Thanks for contributing to the issue queue.
Comment #5
Clauce commentedOups I am really sorry, did a research but not well enough... :/
Thanks for your reply and your time !!