robinneb / myfriends

Product dev
2 stars 0 forks source link

Allow users to access their Facebook photo gallery #4

Open robinneb opened 8 years ago

robinneb commented 8 years ago

As a user, I'd like to be able to access my Facebook photos to add to the myfriends feed.

Requirements: When a user authenticates the application with Facebook, we should access their photo album to add more photos from Facebook either to their profile or to upload to their myfriends feed.

Below is an example of how Bumble, a social application handles this.

Authentication requirements - Fetch Facebook Album /{album-id} Permissions

GET /v2.5/{album-id} HTTP/1.1 Host: graph.facebook.com

image