facebook v4 share name and description disappeared (android)

Yesterday I tested facebook share function, everything was posted perfectly included the name with attached score, description of the link, etc. so I published the app on Play store. Today I logged in facebook again and all the links I shared yesterday only show picture and link. What could happen to the name and description, where should I put the score to share?  :o

local response = facebook.showDialog( "link", { name = "Scored "..score, link = "http://play.google.com/store/apps/details?id=", description ="" , picture = "https://", })

Facebook does not permit posting pre-filled text.

Rob

Hi Rob, thank you for your reply, is there any way I can share the score through Facebook or is it impossible anyway?

Generate an image and upload it that way.

Use the Facebook SDK to post directly to the users timeline. Look at our “Post message” example in the Facebook Sample app.

There are some other Graph API’s around score keeping, though I don’t know of anyone whose gotten them to work (seems like a lot of setup).

Rob

Facebook does not permit posting pre-filled text.

Rob

Hi Rob, thank you for your reply, is there any way I can share the score through Facebook or is it impossible anyway?

Generate an image and upload it that way.

Use the Facebook SDK to post directly to the users timeline. Look at our “Post message” example in the Facebook Sample app.

There are some other Graph API’s around score keeping, though I don’t know of anyone whose gotten them to work (seems like a lot of setup).

Rob