I have read this: trying to get app access token
And it doesn't work... I'm getting the following error:
"error": {
"message": "An active access token must be used to query
information about the current user.",
"type": "OAuthException",
"code": 2500
}
I need the app access token in order to create open graph objects that are owned by the application. I know how to create objects owned by the users, but I just cant find the correct way of creating the App access token.
AppId -> doesn't work... AppId|AppSecret -> doesn't work.... App ClientToken -> doesn't work....
Anyone know this?