I am trying to post to Facebook using Graph API and one of the parameters on that is link.
Example URL:
Every time the link changes the posting fails the first time. If I retry twice or thrice the call works.
Here is the error I am getting :
{"error":{"message":"Call to a member function getImageInfo() on a non-object","type":"BadMethodCallException"}}
This used to work just fine but suddenly stopped working 2 days ago. The link always changes for us and such its breaking all the posts.
Did anything change with the API recently with Facebook ? Any help will be highly appreciated