jquery json 脸书墙
jquery json facebook wall
我尝试按照本教程进行操作(http://tutorialzine.com/2011/03/custom-facebook-wall-jquery-graph/) but when i put my ID and ACCESS_TOKEN nothing happend, doesnt show the wall. Look, http://recorramisiones.com.ar/rutadelaselva/fbwall/。我的 ID ACCESS_TOKEN 有效,因为脚本显示了 facebook 页面标题(RUTA DE LA SELVA)。所有代码都在页面教程中. 谁能帮帮我?非常感谢
首先,您不应该在源代码中显示您的应用访问令牌。任何人都可以从那里偷走它...
您可以像这样将两个请求合并为一个:
https://graph.facebook.com/larutadelaselvamisioneraguarani/?fields=name,picture,posts&access_token={access_token}
您将收到有效回复。所以如果"nothing is shown",问题出在你周围的JS代码上。
我尝试按照本教程进行操作(http://tutorialzine.com/2011/03/custom-facebook-wall-jquery-graph/) but when i put my ID and ACCESS_TOKEN nothing happend, doesnt show the wall. Look, http://recorramisiones.com.ar/rutadelaselva/fbwall/。我的 ID ACCESS_TOKEN 有效,因为脚本显示了 facebook 页面标题(RUTA DE LA SELVA)。所有代码都在页面教程中. 谁能帮帮我?非常感谢
首先,您不应该在源代码中显示您的应用访问令牌。任何人都可以从那里偷走它...
您可以像这样将两个请求合并为一个:
https://graph.facebook.com/larutadelaselvamisioneraguarani/?fields=name,picture,posts&access_token={access_token}
您将收到有效回复。所以如果"nothing is shown",问题出在你周围的JS代码上。