Hello,
Is there a way to import in the game pictures from the Facebook user album?
Thanks
Guido
I don't believe there is an easy way to do so. I believe you could use ajax, and then parse the page return for images urls.
But I really couldn't say for sure past the vague idea on how. I'm sure someone will chime in with some more details soon.
Develop games in your browser. Powerful, performant & highly capable.
Yes it's possible but not easy. Why do you want to import images into your app?
guido
Photo instructions using graph api
It looks like its doable using the ajax plugin once you have a user access token and the correct permissions.
Thank you for your answers.
—
I would like to add some pictures from the user FB album in the background of the game.
I will check the ajax plugin.