Facebook graph api will post a sale on facebook wall

After reading the Graph API documentation, stackoverflow related questions, etc., I am still confused about the task I have.

In short, what I want:

-i there is a site for announcements, and I want to publish this announcement in the facebook group, where I am not an administrator. I have a facebook page (which is my site) on behalf of which I want to post an ad in a group. An ad in a group must be published as "sale."

I am using the JavaScript javascript SDK for this.

So, I'm really stuck with the way I do it.

what I tried to publish using my application using user / page access_token, but always get different problems.

Can someone tell me if you can do what I want? and if it is possible - an algorithm, what should I do for this?

+4
source share

All Articles