My requirement is to display user photos using facebook API. I can do this successfully. But the problem is this, I cannot retrieve the photos of a user without them logging in. Client doesn't want the user to log in everytime their photos should be displayed. Is this possible?
One solution that I come up with is to generate an access token at developers.facebook.com but the problem with this solution is that users should have prior knowledge in facebook API before they can generate access token and they don't want this. What my client wants is for users to log in ONCE in the app. And after that, retrieve their photos everytime they access the app. How can I do this? Thanks!!