Note that there are some explanatory texts on larger screens.

plurals
  1. POReceiving Facebook app error alerts - invalid parameters for "plugin:post"
    primarykey
    data
    text
    <p>Starting on July 30th, and every 3 days since, we've been getting this alert for our Facebook app, which is used on our site for Facebook Login and social posting:</p> <pre><code>In the last three hours 100% of the calls to the method plugin:post resulted in errors. Error Code 100 Error Description Invalid parameter Error Count 5,971 </code></pre> <p>Thing is, I have no idea what "plugin:post" is. Google and stackoverflow don't seem to know either, for that matter :) And 5,971 instances of it in 3 hours is more traffic than I would expect on our site.</p> <p>Our codebase does not contain any references to "plugin:post", so I'm assuming "plugin:post" is an alias for some other functionality within the Graph API. I just don't know what. Anyone have an idea?</p> <p>I did see there there is social plugin which uses an "fb:post" FBML style tag (<a href="https://developers.facebook.com/docs/plugins/embedded-posts/" rel="nofollow">https://developers.facebook.com/docs/plugins/embedded-posts/</a>) that sounds like it could be related, but we don't use that plugin.</p> <p>Any insight would be appreciated, thanks!</p> <p>[Edit 9/13 for Azhar's question:] I checked the July 2013 Breaking Changes, and nothing seemed like it would impact us.</p> <p>[Edit 9/13 for Tobi's question:]</p> <p>We're using: - Open Graph API for social posting via the Feed dialog to either the user's news feed or a friend's news feed - Facebook Login API to allow users to log into our site, - Facebook Javascript api for geting user info (e.g. FB.api('/me'...), F.api('/me/friends'...), etc. ), and other data via FQL FB.api("/fql"...). I've verified that none of the FQL statements are impacted by the July 2013 changes.</p> <p>I would post some code, but we have a fair amount of FB-related Javascript on the site, and I'm not sure which is the one causing the problem.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload