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

[Podspec] remove version for FBSDK #30

Open markedwardmurray opened 8 years ago

markedwardmurray commented 8 years ago

Hey guys!

Great library, thank you for sharing it. We've been using it in www.getsquad.co and realized the FBSDK dependency is a version behind. It seems to run fine for our purposes on 4.12.0

Cheers! ~Mark

RobertBiehl commented 8 years ago

👍

onomated commented 8 years ago

👍 Looks good for v4.13.0 as well

markedwardmurray commented 8 years ago

(sorry for the notification spam for anyone following, I had an issue with FB Login that I had to diagnose)

anatha commented 8 years ago

An important pull request! 👍 Facebook fixed a bug that caused apps to crash due to a nil _sessionID on 4.13.1 We cannot upgrade to 4.13.1 without this pull request...

markedwardmurray commented 8 years ago

hey @anatha if you haven't already point your Podfile to install from this fork (or your own) so you can move forward with 4.13.1

anatha commented 8 years ago

Wasn't aware that this was an option - thanks @markedwardmurray!