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上。当您使用 https 而不是 http 时,它会按预期工作。

于 2012-06-05T14:04:02.160 回答
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 回答
0

对我来说,它随机无法与 Chrome 一起使用,而是与 Firefox 一起使用!可能是一些奇怪的 Javascript Facebook 错误。

还有一个错误报告,请看这里:

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

于 2012-06-01T08:22:38.313 回答