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
Any valid access token if the album is public.
A user access token with user_photos permission to retrieve any albums that the session user has uploaded.
GET /v2.5/{album-id} HTTP/1.1
Host: graph.facebook.com
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