determining whether login was successful at MySpace
I am integrating MySpaceID iOS 开发者_JAVA技巧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?
- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url . It is the callback function and you should write it in your appdelegate k. Once login it will come to this method.
精彩评论