Facebook - Posting to a Group page
I am attempting to post on a group page using the FB JS API, basically the user selects the group they want to post onto, and it posts it to the wall. i am doing: FB.ui( { method: 'stream.publish', from: myId, to: groupID, attachment: { name: 'Post to a group Test, href: 'http://www.test.com' } }); But when i try it, it says: An invalid target was specified: <(groupid)>. The target must be a page, event, or user that the actor can post on the wall of. Thou, i know i can post on the group page, so i dont know why it says that. And i am not talking about fan pages, i can post on them ok setting