I'm trying to post an image to Facebook using ASP.NET, it's not working and get these warnings.
Open Graph Warnings That Should Be Fixed:
Inferred Property:
The 'og:url' property should be explicitly provided, even if a value can be inferred from
other tags.
Inferred Property:
The 'og:title' property should be explicitly provided, even if a value can be inferred
from other tags.
Inferred Property:
The 'og:image' property should be explicitly provided, even if a value can be inferred
from other tags.
What does it mean with "explicitly provided"? And does someone have any good examples with publishing photos using ASP.net? Would be much appreciated!
And this is the parameters:
WebRequest(oAuthFacebook.Method.POST,
"https://graph.facebook.com/me/feed/access_token=" + oAuth.Token,
"http://www.test.com/Image.aspx?" + image;