Created By
Philippe Harewood
06/16/2012 7:58am

Subscribers (7)

BugsOfficial Facebook WordPress plugin fails to publish actions for Auth Dialog Preview User

  • Status: Fixed
  • Priority: Medium
  • Updated: July 11, 2012 at 10:34am
Latest response from Facebook
Eric Osgood
This was fixed in 1.01. Thanks for your patience.
Status changed to Fixed · July 11, 2012 at 10:34am
Eric Osgood
Thanks for the report. We are looking into this.
Status changed to Assigned · Priority changed to Medium · June 18, 2012 at 10:47am
When using the Official WordPress plugin for Facebook (http://developers.facebook.com/wordpress/) , none of the users are able to send a publish action within WordPress. Where as it is possible to send the action via other means such as http://philippeharewood.com/facebook/publisher.html or

curl -F 'access_token=XXX' \
-F 'article=http://philippeharewood.com/facebook/so-many-silly-tests' \
'https://graph.facebook.com/me/philippeharewood:publish'

I assume the WordPress Plugin is indeed a tool in the same the PHP SDK and plugins in are. I saw http://wordpress.org/support/plugin/facebook and well that's a mess.

An obvious solution would be to debug the plugin and fix any holes but this defeats the purpose of the plugin being released by Facebook.

I was given this rejection notice from the submittal,

------
Status: Changes needed
We are unable to test this action according to the usage instructions you provided. Please provide thorough reproduction instructions and link(s) to a specific URL where we can trigger the action. You should also test your action to ensure you can successfully publish actions back to the timeline of the test user named Auth Dialog Preview User. Once you have made these changes, re-submit your action. Specifically, we got the following error when we tried to test publishing in the Word Press account: Warning: Invalid argument supplied for foreach() in /home/content/13/8291213/html/facebook/wp-content/plugins/facebook/fb-social-publisher.php on line 255 Warning: Invalid argument supplied for foreach() in /home/content/13/8291213/html/facebook/wp-content/plugins/facebook/fb-social-publisher.php on line 297
Please make changes below and resubmit for review.
------

And I have been trying to get the Auth Dialog Preview User to publish since yesterday though the plugin, no luck. Yet other ways (mentioned earlier), work.
2 people can reproduce this issue by following these steps
Repro