The url i use to register and post a game achievement is like so....'
apps.facebook.com/my_app/achievements/achievement/'.$this->achUser->ach->id;
Now doing this is always causing an error even though i have the correct graph tags, error is -
[string] {"error":{"message":"(#3502) Object at URL https:\/\/apps.facebook.com\/my_app\/index.php?option=com_jachievements&view=achievement&id=23 has og:type of 'game'. The property 'achievement' requires an object of og:type 'game.achievement'. ","type":"OAuthException","code":3502
After debugging extensively i inputed the url
apps.facebook.com/my_app/ into the linter tool and i noticed that it gave me
og:type: game
I know you have not dealt with posting game achievements before but is there anywhere in the dashboard where i can change this setting? No sure why its giving me og type of game and not of game.achievements.