daogr / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

"stream.share" dialog - how can i share a picture with another link #332

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
my code is 

var data ={
message: "Palmolive Arkadaş falan filan",          
caption: "Palmolive bla bla...",
name: "Palmolive!",
picture:"www.test.com/test.jpg",
link:"www.test.com"
}

Facebook.ui('stream.share', data,handlePostWall, 'popup' ); 

what are the correct parameters (data object) for a picture share with another 
link   use "stream.share" dialog 

Original issue reported on code.google.com by deroz...@gmail.com on 25 Jul 2011 at 8:15

GoogleCodeExporter commented 8 years ago
Hmm, that looks right. What are you getting back in your handlePostWall 
callback?

Original comment by rovertn...@gmail.com on 29 Jul 2011 at 10:04