ファンページとゲームアプリがあります。ファンページはゲームの前に作成されたので、私はすでにいくつかのいいねを持っていますが、それを保存したいと思います。ユーザーを自分のアプリ(www.apps.facebook.com/myapp)に移動させるタブまたはボタンを追加する必要があります。ファンページの管理パネルには、それに関するオプションはありません。
ありがとう
Welcome to SO!
You have to build an HTML/PHP page with the button linking to your game page.
Also have in mind that you can use the same application (your game) with the Timeline App by serving the content from a different directory. You can setup this in the facebook developer app.
Some helpful resources:
Page Tab Tutorial
https://developers.facebook.com/docs/appsonfacebook/pagetabs/
PHP SDK
https://developers.facebook.com/docs/reference/php/
Javascript SDK
https://developers.facebook.com/docs/reference/javascript/