Closed (fixed)
Project:
Facebook Rules
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2012 at 18:11 UTC
Updated:
2 May 2012 at 11:37 UTC
Is this action possible with this module somehow?
Comments
Comment #1
fotuzlab commentedCurrently facebook rules does not provide this option. But certainly this would be a nice addition.
I'll look into it this weekend.
Comment #2
gopherspidey commentedI do not have time to put a patch together, but that is easy to add.
You just need to know the page id. Then replace "me" in the graph URL with the Page ID.
Example https://graph.facebook.com/(page id)/feed
You can also do that with a group id.
Comment #3
fotuzlab commentedThats right. In addition to that, we need page's access token and 'manage_pages' permission.
Comment #4
nclavaud commentedThis would be a much needed feature indeed.
I managed to do that by adding the manage_pages permission in facebook_rules.module, and creating a new Rules action:
Comment #5
fotuzlab commentedBeen quite busy with some other stuff. Could not look into the issue.
@Nicolas: Thanx for the snippet.
However, I feel integration with fboauth(and/or facebook rules) would be unnecessary here for this feature as we need to generate a single access token for the page. Better to create a standalone module for it.
Starting to code! Would hopefully add a usable module by morning IST.
Comment #6
fotuzlab commentedForgot to update the thread. Here is the module Facebook Page Rules
Comment #7
fotuzlab commented