With more than 60 million images added each week by Facebook users, there are several REST methods to interact with users’ images. You can tag images with the facebook.photos.addTag method or create photo albums with the facebook.photos.createAlbum method. You can get a user’s individual photos with the facebook.photos.get method or a listing of their albums with the facebook.photos.getAlbums method. You can also get the listing of the tags that individual photos have with the facebook.photo.getTags method. You can also upload photos with the facebook.photos.upload method.

0 comments