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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -