As a simple test I am using the following code:
FB.ui(
{
method: 'stream.publish',
message: 'Test',
display: 'popup',
target_id: fb_friend_id
}
);
This works on Windows, but the popup window comes up blank on Mac. Any ideas on why? Also it only fails when posting to a friends wall, it works when target_id is set to uid. I have checked the JS and fb_friend_id is valid and even checked against the graph API to make sure it's pulling up the users profile under http://graph.facebook.com/fb_friend_id