Viewing 3 replies - 1 through 3 (of 3 total)
  • tuned, but with not so big hopes.

    Plugin Author Dwain Maralack

    (@dwainm)

    Please see If you can access the graph API with this url:

    https://graph.facebook.com/{your-album-name}/albums

    Replace your album name with the name you added tot he admin area.

    Facebook has now closed access to certain pages as this requires an OAuth token, but this can be turned off ( I have not figured it out yet ). I can access the demo page created here: https://graph.facebook.com/730439890398083/albums .

    If you look at https://graph.facebook.com/nike/albums you will see that it says:

    {
       "error": {
          "message": "An access token is required to request this resource.",
          "type": "OAuthException",
          "code": 104
       }
    }

    Please contact FB to ask about opening up the Pages photos for read access. Please let me know what they say so I can inform other users.

    Hello,

    I am also facing the same problem with cordova and openfb.
    But same code used to work earlier.

    Please let me know if you already found a solution for the problem mentioned.

    Thank you.

    Best Regards,
    Srikanth.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Uncaught TypeError: Cannot read property 'next' of undefined’ is closed to new replies.