3

Possible Duplicate:
Facebook says my app will be impacted by breaking changes

Because of the policy changes that will be changed on december 5th (https://developers.facebook.com/blog/post/2012/09/05/platform-updates--operation-developer-love/) I have received a notice from facebook with the following alert:

Your desktop web game hosted primarily off Facebook currently accesses user connections when authenticating and/or requests additional permissions beyond age, email, and publishing permissions. This is no longer allowed per Facebook Platform Policy I.13a:

I have no idea what i'm doing that i'm not supposed to. I run an app on facebook (apps.facebook.com/...) so how can my app be "hosted primarily off Facebook.com" ?

So i have 2 questions. How can i make sure that my app is now up to date. The information in the mail is very limited, so i can only guess what i'm doing wrong. Secondly: Is there any way to test that my app is now okay, since facebook will put restrictions on it on december 5th

4

1 に答える 1

0

Facebook上のアプリ(別名Canvasアプリ)は、apps.facebook.comによって提供されるiframe内にiframeを実装していますか?

Facebookが提供するiframeにはid="iframe_canvas"があります。

id ="iframe_canvas"を使用してFBiframeに独自のiframeを実装すると、このメッセージが表示される場合があります。

選択するのは、iframeを削除するか、すべてのAPI呼び出しを(iframeからではなく)FBiframeから発信するようにすることです。

于 2012-11-28T22:17:20.190 に答える