问题
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