0

I am integrating MySpaceID iOS SDK to my application. I can login to MySpace from my app by opening a Safari login page, however, after returning back to my App from Safari, I could find where the callback function is.

I think that there should be some call back function which tells me if the login is completed or not. Where could I find that?

4

1 回答 1

1
  • (BOOL)应用程序:(UIApplication *)应用程序句柄OpenURL:(NSURL *)url。它是回调函数,你应该把它写在你的 appdelegate k 中。一旦登录,它将来到这个方法。
于 2011-02-25T08:05:16.440 回答