couchbaselabs / ToDoLite-iOS

To-Do list sample app for Couchbase Lite, native iOS version
85 stars 41 forks source link

ToDoLite-IOS demo app crashes by adding new task after logging in Facebook #23

Closed hideki closed 10 years ago

hideki commented 10 years ago

Steps to reproduce:

  1. Build ToDoLite-iOS with following instuructions
  2. Run it with emulator
  3. Login Facebook
  4. Click "+" button and add Task.
  5. Crash!

Note: Pasin knows how to fix this.

pasin commented 10 years ago

We asked users only for the public_profile permission and it's possible that users don't include their email address in the public profile. Need to include 'email' permission and handle this kind of cases properly.