페이스 북에 업적을 등록하려고합니다. 내가 가입 해요 :Facebook 업적 등록이 실패합니다. URL은 game.achievement 유형이 아닙니다.
url: http://mydomain.com/achievement.php?gca=gc2
display_order: 300
하지만 오류 얻을 : 내 URL에 (#3502) Object at achievement URL is not of type game.achievement
내가 가지고있다가 : 무슨 일
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# game: http://ogp.me/ns/game#"> <title>Achievement</title> <meta property="og:type" content="game.achievement" /> <meta property="og:title" content="a" /> <meta property="og:url" content="http://mydomain.com/achievement.php?gca=gc2" /> <meta property="og:description" content="x" /> <meta property="og:image" content="http://avatars.gg.pl/1" /> <meta property="game:points" content="25" /> <meta property="fb:app_id" content="MY-APP-ID" /> </head> <body>TODO</body> </html>
입니다
? 나는 오류가 다른 것에 대해 이야기한다고 생각합니다 ...
팁 : http://stackoverflow.com/questions/7723879/registering-a-new-achievement-3502-object-at-achievement-url-is-not-of-type/7773304#7773304 –