You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fb...@googlegroups.com
Facebook allows up to (currently) 5,000 page-likes. fbcmd needs a minor update to show more than 100 of them.
Around line 642 in fbcmd.php (version 1.1), change:
$fqlPageId = "SELECT page_id FROM page_fan WHERE uid={$fbUser}";
to:
$fqlPageId = "SELECT page_id FROM page_fan WHERE uid={$fbUser} LIMIT 5000";
Thanks for the nice tool :)
Best,
Joey
Apologies if this is covered in other posts.
B. Henry
unread,
Sep 10, 2014, 7:58:58 AM9/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fb...@googlegroups.com
Have you tested this?
Is there any way to fix or improve other limits
The worst one is only being able to show 10 posts using stream, but there are oothers for sure.