0

Facebookアプリケーションが表示されなくなったため、サポートが必要です。このページは表示されませんが、次のようにcssコードが私のものではないことがわかります。

.dialog_body .dialog_option{padding:14px 0 7px 0}
.dialog_body .dialog_option input{width:13px;height:13px;padding:0;margin:0;vertical-align:bottom;position:relative;top:0;overflow:hidden}
.dialog_body .dialog_option .dialog_option_text{padding-left:5px;text-indent:-15px}
.friendshipPageLikes .mediaRow{padding-bottom:10px}
.friendshipPageLikesNoSubheader .label{display:none}
.friendshipRecommendationDoublePic{width:55px}
.fbTimelineAds .friendshipRecommendationDoublePic{width:74px}
.fbTimelineAds .friendshipRecommendationDoublePic .uiProfilePhoto{padding-right:5px}
.fbTimelineAds .uiTypeahead{margin-bottom:5px}
.friendshipRecommendationDoublePic .uiProfilePhoto{padding-right:1px}
#pagelet_friendship_wall .uiComposer ul{padding-left:5px}
#pagelet_friendship_status_text{line-height:15px;padding-top:4px;width:490px;color:#666}
.friendshipPageGroups{padding-top:8px;padding-bottom:8p

このアプリは、スマートフォンから私のアカウントではっきりと見ることができます。

私は自分のビジネスのいくつかのアカウントを試しましたが、同じことがわかります。このエラーの内容に依存する可能性がありますか?

4

3 に答える 3

0

これは、http でのみ発生するようです。http の代わりに https を使用すると、期待どおりに動作します。

于 2012-06-05T14:04:02.160 に答える
0

私にとっては、ランダムにChromeでは機能しませんが、代わりにFirefoxで機能します! 奇妙なJavascript Facebookのバグかもしれません。

バグレポートもあります。こちらをご覧ください。

http://developers.facebook.com/bugs/185936138199048?browse=search_4fc87b4f9afb20978011909

于 2012-06-01T08:22:38.313 に答える
0

多くの Facebook ページでもこれに気付きました (自分のページも含めて)。

これは、Facebook が<iframe>s のURL を変更したことと関係があります。

Before: www.facebook.com/pageusername?sk=app_YOUR_APP_ID

Now:    www.facebook.com/pageusername/app_YOUR_APP_ID

この問題は、Facebook の許可ダイアログ リクエストで古いものに変更すると解決します。

于 2012-05-28T10:30:01.370 に答える