开发者

Facebook Achievement URL

I tried creating an achievement and saw myself having to create a new page with the open graph tags describing the achievements and left the content of the page empty. I was able to register and publish the achievement to a user and finally I was able to click on the achievement. The problem is that when a user sees their friends achievement and clicks on it, they are getting redirected to that empty page that I created that only contains the open graph tags describing the achievement.

My expected outcome w开发者_StackOverflowas that a user would click on the achievement in the ticker, and be redirected to the game, not the actual achievements url. Is this how achievements work? I promise I've clicked on achievements and being taken to the game who published the achievement.


You can add this meta tag to your achievement html page, to redirect users to your apps. The facebook linter will still be able to register your achievement.

<meta HTTP-EQUIV="REFRESH" content="0; url=https://apps.facebook.com/my_apps">


One option is to have the empty open graph page redirect to the game via javascript.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜