I have created an facebook app, took built-in action (read) and object (article), also back at my web site properly inserted meta og: tags, only thing left to do is to publish at leaste one action to my timeline and submit my action, but every time I try "https://graph.facebook.com/me/namespace:read?article=correctURL&access_token="access token copied from the "Get code" dialog at Open graph settings", and it returns me this message
{
"error": {
"message": "Unknown path components: /appnamespace:read",
"type": "OAuthException",
"code": 2500
}
}
Is this a facebook bug at the moment, or am I just doing something wrong here? Is there any precise way to deal with this?