I use graph API to get like count of specified URL:
https://graph.facebook.com/?ids=%5BURL%5D
This API can works on test environment, but we I deploy it to production environment, this API returns error: No connection could be made because the target machine actively refused it.
Is the API has any request limits?
Or, how can I resolve this issue?
Thanks for any answer.
That’s not an error message from Facebook’s side, which would have had a more specific error code and/or description.
Looks like your production environment is misconfigured or has a firewall in place and you can’t actually reach the API endpoints