Just want to know if anyone else out there in the Squiz community has attempted to do what I am trying to do.
We want to be able to show the latest image within a Facebook page's specific photo album. I have created a FB app and am using Open Graph with JS to get the details that I need and display first image from a specific Facebook Page's photo album as a widget tile within a grid layout page.
The main concern is that Facebook appears to force the user to sign in to their Facebook account to generate a token, that then gets used to talk to the FB app and then display the album image.
The FB album image is not displayed automatically. Also when coming back to the page, it will not automatically log the user into their facebook account - it still prompts for the login.
Has anyone out there made use of Squiz asset types (i.e. OAuth) to grab OG Facebook data from a Facebook page or profile? Is there a way to avoid asking users to sign in every time?
I heard that there is a way to do it server-side rather than client-side but that doesn't best suit our needs either. http://stackoverflow.com/questions/38909824/show-facebook-album-without-asking-user-to-login-to-facebook