I have tried several ways to get larger images from Facebook Graph API, but I have not succeeded.
- I don't really know how this Parameters work. So will you explain me that too?
- Also I need to know how to grab the larger images. I first get the album I'd and then pictures ID and then I fetch the image of the album.
What is the best picture size to get for iPhone 6?
let parameters = ["fields": "picture.height(400).width(200)"] FBSDKGraphRequest(graphPath: "/{picture-id}", parameters: parametes, HTTPMethod: "GET")