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

Update Facebook SDK Version dependency #38

Closed floriangbh closed 7 years ago

floriangbh commented 7 years ago

Hello,

Can you update pod for Facebook SDK Version dependency ? FBSDKLoginKit (4.11.0) -> 4.15.0 FBSDKCoreKit (4.11.0) -> 4.15.0

Thank you !

floriangbh commented 7 years ago

I finally make my own picker in Swift (https://github.com/terflogag/GBHFacebookImagePicker), inspired by this picker, thank you !