opengraph - Facebook story without external page -
is there way use facebook stories , custom actions without creating external page ogp markup?
which sdk use?
with ios sdk can make object below.
nsmutabledictionary<fbopengraphobject> *object = [fbgraphobject opengraphobjectforpostwithtype:@"[yourappname]:[yourobjectname]" title:title image:thumbnail image url:urlstring description:description];
for general graph api check link.
https://developers.facebook.com/docs/opengraph/using-objects?locale=ko_kr#objectapi-creatingapp
Comments
Post a Comment