New Timeline Like Button Behavior

耗尽温柔 提交于 2019-12-02 07:25:36

it's a bug that the page is not refreshing after being liked. Here's the bug reported:

https://developers.facebook.com/bugs/228778937218386?browse=search_4f500194bc1bd0293819428

However, I managed to do a workaround to detect if the page is still not using timeline by looking for an album called "Cover Photos" on the album list of that page. Here's a sample:

http://graph.facebook.com/-page_id-/albums?fields=name

You don't need a token unless the page isn't published yet.

The problem with this approach is that some pages still don't have cover picture yet, but it's the minority.

This problem is now fixed by Facebook. See here:

http://developers.facebook.com/bugs/228778937218386

So everyone can relax.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!