Error: “message”: “Unknown path components: /photos&callback=” code: 2500"

谁说胖子不能爱 提交于 2020-01-12 10:19:26

问题


I used the code here: code

But this code no longer functions and I need this code for embed the fb album in my site. So when i search about the problem appeared this:

"error": { "message": "Unknown path components: /photos&callback=", "type": "OAuthException", "code": 2500

So, if anyone can help me. Thanks


回答1:


You're calling <ID>/photos&callback=....

it should be <ID>/photos?callback=...

The '?' character should mark the start of the query string parameters, not a '&'



来源:https://stackoverflow.com/questions/14485537/error-message-unknown-path-components-photoscallback-code-2500

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