| | |
| | | // |
| | | // VKSdk.h |
| | | // 1.4.9 |
| | | // |
| | | // Copyright (c) 2014 VK.com |
| | | // |
| | | // Permission is hereby granted, free of charge, to any person obtaining a copy of |
| | |
| | | Checks passed URL for access token. |
| | | |
| | | @param passedUrl url from external application |
| | | @param sourceApplication source application |
| | | @param sourceApplication source application (it is an optional param, because the check is performed not only by this parameter, but also by the URL scheme) |
| | | @return YES if parsed successfully |
| | | */ |
| | | + (BOOL)processOpenURL:(NSURL *)passedUrl fromApplication:(NSString *)sourceApplication; |