Reviewed & tested by the community
Project:
Drupal for Facebook
Version:
7.x-3.4
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2014 at 18:10 UTC
Updated:
16 Jun 2015 at 06:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ladybug_3777 commentedFrom facebook's developer page:
https://developers.facebook.com/docs/facebook-login/permissions/v2.0
publish_actions:
Enables your app to post content, comments and likes to a user's stream and requires extra permissions from a person using your app. Because this permission lets you publish on behalf of a user please read the Platform Policies to ensure you understand how to properly use this permission. Note, you do not need to request the publish_actions permission in order to use the Feed Dialog, the Requests Dialog or the Send Dialog. Facebook used to have a permission called publish_stream. publish_actions replaces it in all cases. This permission also replaces photo_upload.
Comment #2
ladybug_3777 commentedPatch attached. Please review
Comment #3
ladybug_3777 commentedComment #4
ladybug_3777 commentedBTW, in case anyone searches for the problem based on the error message, this is the error message that you may see if you don't use the patch above:
Failed to query https://graph.facebook.com/670892069660295/feed. Forbidden: (#200) The user hasn't authorized the application to perform this action OAuthException 200 (http 403)
Failed to query https://graph.facebook.com/670892069660295/feed.
Comment #5
Dave Cohen commentedThanks, appreciate the patch.
Comment #8
aitala commentedAny idea if this was fixed in the D6 version of the module/
Or could I use the patch above (with or without) modifications to solve the issue?
E
Comment #9
Jorge Navarro commentedReopening this issue because needs to be ported to version 3.4
Comment #10
jrbHere's the patch for 3.4.Use the patch below.
Comment #11
jrbOops. Bad path in patch. This one's right.
Comment #12
Jorge Navarro commentedThanks, RTBC?