Post player played this game in facebook?

Hello,

How do i post on a user’s facebook wall that he played my game, the post must be from my facebook app and must contain my app’s info?

Thanks in advance!!

I can do this by show dialogue but it needs user intereactions, which i don’t want.
I only want when the player clicks share, it automatically share about my game in their facebook?

Someone please.

I think that is no longer allowed by Facebook in their current APIs.

A person playing your app can post on their own wall, through any normal technique (Social plugin, facebook.request(), or facebook.dialog()).  If you want that person to post on a friends wall,  you have to use facebook.dialog() in “apprequest” mode.  It won’t really write on their wall, but they will get an App Request in the app request area.

Rob

I can do this by show dialogue but it needs user intereactions, which i don’t want.
I only want when the player clicks share, it automatically share about my game in their facebook?

Someone please.

I think that is no longer allowed by Facebook in their current APIs.

A person playing your app can post on their own wall, through any normal technique (Social plugin, facebook.request(), or facebook.dialog()).  If you want that person to post on a friends wall,  you have to use facebook.dialog() in “apprequest” mode.  It won’t really write on their wall, but they will get an App Request in the app request area.

Rob