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
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 ‘&’