[Plugin: Simple Facebook Connect] SFC
-
I have some issue with SFC share counter, actually some time it works and another – do not.
I have tried to debug this issue, and here is what I found:
Plugin send request to facebook api, here example (with changed URL in request):
When change format from json to XML – some time it return correct response:
<link_stat>
<url>http://www.domain.com/</url>
<total_count>4</total_count>
</link_stat>But sometime I am getting error message:
<error_response>
<error_code>4</error_code>
<error_msg>Application request limit reached</error_msg>
…Tried searching in facebook FAQ , found one named ‘Why is my application getting rate limited?’:
“To optimize the performance of our APIs and the applications that call them, we rate limit applications that make unoptimized queries, request data too frequently or generate a high number of requests without an access token. This minimizes the possibility for one application to negatively affect performance for other applications…”I am not sure if it’s Ok and what can be done from server/website side
to prevent this from happening.Please help.
The topic ‘[Plugin: Simple Facebook Connect] SFC’ is closed to new replies.