Reputation: 1
I want to create an application where, the offers will be fetched from my system and published on to my facebook page using facebook graph API but as per the facebook link below,it says corresponding to an offer, an add must be published along with it.
So is it possible to push & publish offers on Facebook or not?
Reference Link : https://developers.facebook.com/docs/reference/api/offer/
Upvotes: 0
Views: 819
Reputation: 40349
Yes, although it's now been rewritten to the /nativeoffers endpoint.
https://developers.facebook.com/ads/blog/post/2016/08/30/offer-ads-apis/
Upvotes: 0
Reputation: 196
The page you linked contains another link which describes the process for creating offers trough the api. Basically you just make a post request to /PAGE_ID/offers
with a page access token plus whatever arguments you want to pass.
Upvotes: 1