ios - Facebook Does Not Recognize Custom Objects -


a user shares memes ios app.

but facebook says "someperson shared link via appname"

i'd recognize, meme custom object have made.

i.e. "someperson shared meme via appname"

i using og meta tags in link, , according facebook's open graph debugger, webpages fine.

so why doesn't meme instead of link? , how can achieve behaviour? have on ios client side?

i using following ios method share memes way

  [fbrequestconnection      startwithgraphpath:@"me/feed"      parameters:someparameters      httpmethod:@"post"      completionhandler:somehandler]; 

i tried creating objects directly device instead of web link meta tags, using sample code facebook provided, kept getting errors.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -