Today, almost all of my calls to connect links to user feeds do not work with the following error:
{ "message": "(#1500) The url you supplied is invalid", "type": "OAuthException", "code": 1500 }
Uisng PHP cURL, I send a message https://graph.facebook.com/{user_id}/feed and send a link parameter pointing to a valid working URL (plus message params), etc.
Oddly enough, I can issue a command line cURL request, and the request seems correct (at least I haven't had an error yet).
I do not want to write an error report until I missed something during the migration break. Any ideas as to what could be causing this?
exception oauth facebook-graph-api feed
Graham
source share