Facebook API JavaScript SDK get all Albums and Photos

Many apps use this nifty feature to get all of your Facebook photos, like Tinder for instance. It's exceedingly useful, as it makes it easy for a user to add Facebook photos to your application. In reality, it really just adds a convenience factor, as anyone could easily just download Facebook photos to their library anyway. We will be using the JavaScript SDK for the examples, but can be used...

1 Aug 2018 ... It's exceedingly useful, as it makes it easy for a user to add Facebook photos to ... Facebook API JavaScript SDK get all Albums and Photos ... FB.api('/me?fields= albums.limit(5){name,count,cover_photo{picture}}', response ...

Lee mas