\[code\]FB.api("me/bookvote:download", "post", { book: "http://mysite/auction_details.php?name='.$item_details["name"].'&auction_id='.$item_details["auction_id"].'&fb:explicitly_shared=true",}, //Missing a , here?\[/code\]code is above, I am trying to use the url parameter fb:explicitly_shared=true but it is only showing up on my activity feed, how to properly post the data?I have also tried this with no luck \[code\]FB.api("me/bookvote:download", "post", { book: "http://mysite/auction_details.php?name='.$item_details["name"].'&auction_id='.$item_details["auction_id"].'",fb:explicitly_shared="true" }, //Missing a , here?\[/code\]