开发者

Why is my facebook app profile box not updated after I change it on my server?

I just recently started to develop facebook apps, so heres my simple question:

开发者_StackOverflow社区

My app displays a profile box, but whenever I update the file on my server, facebook still displays the old version.

How can I make facebook use the "new" code?

Thanks Simon


The profile box shown on Facebook is a cached version, Facebook doesn't hit your server when the box is displayed. If you want to update the profile box contents, you have to post new content to Facebook so the cache will be updated. Use the profile_setFBML function. You don't need a session handle if you provide a user ID.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜