Advertisement
afarber

Xcode oauthMailru

Jan 21st, 2014
753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. 2014-01-21 21:20:46.022 oauthMailru[8228:70b] -[ViewController viewDidLoad]: req=<NSMutableURLRequest: 0x8a4d950> { URL: https://connect.mail.ru/oauth/authorize?response_type=token&display=touch&client_id=715360&redirect_uri=http://connect.mail.ru/oauth/success.html }
  2. 2014-01-21 21:20:47.850 oauthMailru[8228:70b] -[ViewController webViewDidFinishLoad:]: url=https://connect.mail.ru/oauth/authorize?response_type=token&display=touch&client_id=715360&redirect_uri=http://connect.mail.ru/oauth/success.html
  3. 2014-01-21 21:20:47.859 oauthMailru[8228:70b] -[ViewController webViewDidFinishLoad:]: (null) (null)
  4. 2014-01-21 21:21:03.725 oauthMailru[8228:70b] -[ViewController webViewDidFinishLoad:]: url=https://auth.mail.ru/cgi-bin/auth
  5. 2014-01-21 21:21:03.726 oauthMailru[8228:70b] -[ViewController webViewDidFinishLoad:]: (null) (null)
  6. 2014-01-21 21:21:10.119 oauthMailru[8228:70b] -[ViewController webViewDidFinishLoad:]: url=http://connect.mail.ru/oauth/success.html#refresh_token=7926a1f0e7deabd7289d9a08dc783263&expires_in=86400&access_token=5699f3ba2e9bd718d3e183dc7124721c&token_type=bearer&x_mailru_vid=17880121030128875114
  7. 2014-01-21 21:21:10.120 oauthMailru[8228:70b] -[ViewController extractValueFrom:ForKey:]: value=5699f3ba2e9bd718d3e183dc7124721c
  8. 2014-01-21 21:21:10.120 oauthMailru[8228:70b] -[ViewController extractValueFrom:ForKey:]: value=17880121030128875114
  9. 2014-01-21 21:21:10.120 oauthMailru[8228:70b] -[ViewController webViewDidFinishLoad:]: 5699f3ba2e9bd718d3e183dc7124721c 17880121030128875114
  10. 2014-01-21 21:21:10.121 oauthMailru[8228:70b] -[ViewController fetchMailruWithToken:ForUser:]: url=http://www.appsmail.ru/platform/api?app_id=715360&method=users.getInfo&session_key=5699f3ba2e9bd718d3e183dc7124721c&uids=17880121030128875114&sig=01d96ad05cd404162553c4aae60bd763
  11. 2014-01-21 21:21:10.871 oauthMailru[8228:3307] dict=(
  12. {
  13. age = 41;
  14. "app_installed" = 1;
  15. birthday = "08.06.1972";
  16. "first_name" = Alexander;
  17. "friends_count" = 17;
  18. "has_pic" = 1;
  19. "is_friend" = 0;
  20. "is_online" = 0;
  21. "is_verified" = 1;
  22. "last_name" = Farber;
  23. "last_visit" = 1390312557;
  24. link = "http://my.mail.ru/mail/farber72/";
  25. location = {
  26. city = {
  27. id = 855;
  28. name = "\U0414\U044e\U0441\U0441\U0435\U043b\U044c\U0434\U043e\U0440\U0444";
  29. };
  30. country = {
  31. id = 46;
  32. name = "\U0413\U0435\U0440\U043c\U0430\U043d\U0438\U044f";
  33. };
  34. };
  35. nick = "Alexander Farber";
  36. pic = "http://avt.appsmail.ru/mail/farber72/_avatar";
  37. "pic_128" = "http://avt.appsmail.ru/mail/farber72/_avatar128";
  38. "pic_180" = "http://avt.appsmail.ru/mail/farber72/_avatar180";
  39. "pic_190" = "http://avt.appsmail.ru/mail/farber72/_avatar190";
  40. "pic_22" = "http://avt.appsmail.ru/mail/farber72/_avatar22";
  41. "pic_32" = "http://avt.appsmail.ru/mail/farber72/_avatar32";
  42. "pic_40" = "http://avt.appsmail.ru/mail/farber72/_avatar40";
  43. "pic_50" = "http://avt.appsmail.ru/mail/farber72/_avatar50";
  44. "pic_big" = "http://avt.appsmail.ru/mail/farber72/_avatarbig";
  45. "pic_small" = "http://avt.appsmail.ru/mail/farber72/_avatarsmall";
  46. "referer_id" = "";
  47. "referer_type" = "";
  48. sex = 0;
  49. "show_age" = 1;
  50. "status_text" = "preferans.de";
  51. uid = 17880121030128875114;
  52. vip = 0;
  53. }
  54. )
  55. 2014-01-21 21:21:10.873 oauthMailru[8228:3307] -[__NSArrayM objectForKeyedSubscript:]: unrecognized selector sent to instance 0x8a97290
  56. 2014-01-21 21:21:10.875 oauthMailru[8228:3307] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArrayM objectForKeyedSubscript:]: unrecognized selector sent to instance 0x8a97290'
  57. *** First throw call stack:
  58. (
  59. 0 CoreFoundation 0x01aa65e4 __exceptionPreprocess + 180
  60. 1 libobjc.A.dylib 0x018298b6 objc_exception_throw + 44
  61. 2 CoreFoundation 0x01b43903 -[NSObject(NSObject) doesNotRecognizeSelector:] + 275
  62. 3 CoreFoundation 0x01a9690b ___forwarding___ + 1019
  63. 4 CoreFoundation 0x01a964ee _CF_forwarding_prep_0 + 14
  64. 5 oauthMailru 0x00003a62 __47-[ViewController fetchMailruWithToken:ForUser:]_block_invoke + 402
  65. 6 Foundation 0x01545695 __67+[NSURLConnection sendAsynchronousRequest:queue:completionHandler:]_block_invoke_2 + 151
  66. 7 Foundation 0x014a5945 -[NSBlockOperation main] + 88
  67. 8 Foundation 0x014fe829 -[__NSOperationInternal _start:] + 671
  68. 9 Foundation 0x0147b558 -[NSOperation start] + 83
  69. 10 Foundation 0x01500af4 __NSOQSchedule_f + 62
  70. 11 libdispatch.dylib 0x021344b0 _dispatch_client_callout + 14
  71. 12 libdispatch.dylib 0x02121018 _dispatch_async_redirect_invoke + 202
  72. 13 libdispatch.dylib 0x021344b0 _dispatch_client_callout + 14
  73. 14 libdispatch.dylib 0x02122eeb _dispatch_root_queue_drain + 287
  74. 15 libdispatch.dylib 0x02123137 _dispatch_worker_thread2 + 39
  75. 16 libsystem_pthread.dylib 0x024c0dab _pthread_wqthread + 336
  76. 17 libsystem_pthread.dylib 0x024c4cce start_wqthread + 30
  77. )
  78. libc++abi.dylib: terminating with uncaught exception of type NSException
  79. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement