OceanLabs / FacebookImagePicker-iOS

A Facebook image picker providing a simple UI for a user to pick photos from a users Facebook account. It provides an image picker interface that matches the iOS SDK's UIImagePickerController.
https://www.kite.ly
MIT License
103 stars 56 forks source link

OLFacebookImage data #8

Closed realsurfer closed 8 years ago

realsurfer commented 8 years ago

Hi,

First of all thank you for a great picker! Looks like the source field that is used for fullURL is deprecated. It would also be nice to retrieve the photo id.

Thanks!

orenk86 commented 8 years ago

Agreed. Is there any way to get the photo id?

orenk86 commented 8 years ago

Hi @realsurfer , Just in case you still need this, I have forked this repository and added the photo id to the OLFacebookImage object. I have also issued a pull request so my code can be merged into this repository, but until that heppens - you're more than welcome to use mine:

https://github.com/orenk86/FacebookImagePicker-iOS

orenk86 commented 8 years ago

UPDATE: My pull request has just been merged, we can close this issue now... :)