| | |
| | | {
|
| | | [[MoHuanSDK sharedGameSDK] shareUrlWithResult:^(BOOL isSuccess) {
|
| | | NSLog(@"%@%@",@"facebookShareURL ",isSuccess?@"YES":@"NO");
|
| | | |
| | | NSDictionary *_dict = [NSDictionary dictionaryWithObjectsAndKeys:
|
| | | [NSDictionary dictionaryWithObjectsAndKeys:isSuccess?@"1":@"2", @"state", nil],@"info",
|
| | | [NSNumber numberWithInt:S2U_FBShareResult], @"code", nil];
|
| | | [self SendMessageToUnity:_dict];
|
| | | }];
|
| | | |
| | | NSDictionary *_dict = [NSDictionary dictionaryWithObjectsAndKeys:
|
| | | [NSDictionary dictionaryWithObjectsAndKeys:@"1", @"state", nil],@"info",
|
| | | [NSNumber numberWithInt:S2U_FBShareResult], @"code", nil];
|
| | | [self SendMessageToUnity:_dict];
|
| | | break;
|
| | | }
|
| | |
|