Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
I don't believe there is enough information to really answer this question. Which browser? Are there any errors? Are you sure the code is being executed in the first place? – altCognito Nov 8 '10 at 16:51
Yes the code is being executed, a blank fb popup shows up. Image here:imgur.com/JOQUk.png The browsers tested are Safari, Firefox, Chrome (for Mac) and the same 3 browsers + IE for Windows. The popup shows up successfully on all Windows browsers, and fails on all Mac browsers. Note that this only happens when posting to a friend's wall on a Mac. If I post to my own wall on Mac, the popup works fine (simply changing fb_friend_id to uid works) It is only the combo of Mac+Friends wall that fails. – Jameson Nov 8 '10 at 17:01
Update: appears to only be happening when sending to certain users. – Jameson Nov 8 '10 at 18:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.