When clicking a like button, a popup appears with title, image and description retrieved from meta tag information in the html of the document being liked.
My app is experiencing the issue where the first time a like button with a certain url is pressed, none of this data is being used to populate the popup. At a later point when the like button i
...s pressed the popup is correctly populated.
Using the Facebook Url Linter (Debugger) doesn't fix the Like popup even though it correctly retrieves the meta tags in the debugger.
Using the call http://graph.facebook.com/?id=url&scrape=true to scrape the url returns an OAuthException (errorcode: 2) even though this call shouldn't need an OAuthException.See More