And here is a Bug #4, related to the other bugs. If you manage to log in, and then do facebook.logout, and then do another login, this exception is thrown:
Generic error
com.facebook.sdk:InvalidOperationException: FBSession: It is not valid to reauthorize while a previous reauthorize call has not yet completed.
(
0 CoreFoundation 0x2d7e7e9b <redacted> + 154
1 libobjc.A.dylib 0x37e836c7 objc_exception_throw + 38
2 CoreFoundation 0x2d7e7b89 <redacted> + 0
3 BoardRush 0x000a529d -[FBSession reauthorizeWithPermissions:isRead:behavior:defaultAudience:completionHandler:] + 212
4 BoardRush 0x000a2bb3 -[FBSession reauthorizeWithReadPermissions:completionHandler:] + 42
5 BoardRush 0x00048c57 ___ZNK6Corona12IOSFBConnect5LoginEPKcPS2_i_block_invoke159 + 86
6 Foundation 0x2e106929 <redacted> + 292
7 CoreFoundation 0x2d7a9e71 <redacted> + 12
8 CoreFoundation 0x2d71dab1 _CFXNotificationPost + 1720
9 Foundation 0x2e103ec5 <redacted> + 72
10 Foundation 0x2e1087c7 <redacted> + 30
11 BoardRush 0x000a3b23 -[FBSession transitionToState:andUpdateToken:andExpirationDate:shouldCache:loginType:] + 1518
12 BoardRush 0x000a5651 -[FBSession transitionAndCallHandlerWithState:error:token:expirationDate:shouldCache:loginType:] + 64
13 BoardRush 0x000a2b55 -[FBSession openWithBehavior:completionHandler:] + 436
14 BoardRush 0x000a5ba1 +[FBSession openActiveSessionWithPermissions:allowLoginUI:allowSystemAccount:isRead:defaultAudience:completionHandler:] + 212
15 BoardRush 0x000a3119 +[FBSession openActiveSessionWithAllowLoginUI:] + 56
16 BoardRush 0x00048aa1 _ZNK6Corona12IOSFBConnect5LoginEPKcPS2_i + 664
17 BoardRush 0x0004a69b _ZN6Corona15FacebookLibrary5loginEP9lua_State + 198
18 BoardRush 0x00118711 luaD_precall + 988
19 BoardRush 0x0012511b luaV_execute + 1478
20 BoardRush 0x001188e7 luaD_call + 78
21 BoardRush 0x00112329 f_call + 16
22 BoardRush 0x00125e87 luai_objcttry + 90
23 BoardRush 0x00118b17 luaD_pcall + 62
24 BoardRush 0x001122fd lua_pcall + 232
25 BoardRush 0x0013c52b _ZN3Rtt10LuaContext6DoCallEP9lua_Stateii + 62
26 BoardRush 0x00131b29 _ZNK3Rtt13DisplayObject23DispatchEventWithTargetEP9lua_StateRKNS_6MEventEi + 112
27 BoardRush 0x00131b3f _ZNK3Rtt13DisplayObject13DispatchEventEP9lua_StateRKNS_6MEventE + 14
28 BoardRush 0x00135951 _ZNK3Rtt8HitEvent15DispatchFocusedEP9lua_StateRNS_7RuntimeERNS_11StageObjectEPNS_13DisplayObjectEb + 224
29 BoardRush 0x00135e0d _ZNK3Rtt10TouchEvent15DispatchFocusedEP9lua_StateRNS_7RuntimeERNS_11StageObjectEPNS_13DisplayObjectEb + 92
30 BoardRush 0x00135a63 _ZNK3Rtt8HitEvent8DispatchEP9lua_StateRNS_7RuntimeE + 150
31 BoardRush 0x00135daf _ZNK3Rtt10TouchEvent8DispatchEP9lua_StateRNS_7RuntimeE + 70
32 BoardRush 0x001526dd _ZN3Rtt7Runtime13DispatchEventERKNS_6MEventE + 36
33 BoardRush 0x000cd67f -[EAGLView touchesEnded:withEvent:] + 314
34 UIKit 0x300f2ea3 <redacted> + 234
35 UIKit 0x300f2ea3 <redacted> + 234
36 UIKit 0x2ffa0425 <redacted> + 528
37 UIKit 0x2ff9b451 <redacted> + 832
38 UIKit 0x2ff70d79 <redacted> + 196
39 UIKit 0x2ff6f569 <redacted> + 7116
40 CoreFoundation 0x2d7b2f1f <redacted> + 14
41 CoreFoundation 0x2d7b23e7 <redacted> + 206
42 CoreFoundation 0x2d7b0bd7 <redacted> + 630
43 CoreFoundation 0x2d71b471 CFRunLoopRunSpecific + 524
44 CoreFoundation 0x2d71b253 CFRunLoopRunInMode + 106
45 GraphicsServices 0x3241c2eb GSEventRunModal + 138
46 UIKit 0x2ffd0845 UIApplicationMain + 1136
47 BoardRush 0x00017091 main + 100
48 BoardRush 0x00017028 start + 40
)