pierrotsmnrd / grabKit

Drop-in iOS component to easily import photos from Facebook, FlickR, Instagram, Picasa, and more
Other
396 stars 89 forks source link

Facebook Access to Albums Not Working #41

Closed schmitzoide closed 11 years ago

schmitzoide commented 11 years ago

Hi,

On the simulator I was able to login to Facebook and load the albums, but on the device, it tries to connect through to Facebook via iOS, a message asking for permission shows, you tap on OK and the navigation controller goes back to the service table view. You tap on Facebook again, and you're asked to login again. If I go to the Settings Menu on the device, than Facebook, my app shows as allowed, but the grabkit controller somehow doesn't get that it is allowed.

I'm I missing something?

schmitzoide commented 11 years ago

Simply adding the iOS bundle ID in Facebook solved this issue, as explained here. http://stackoverflow.com/a/12585011/1182470