starwar2012 2013-02-18 07:14 采纳率: 0%
浏览 2467
已采纳

iphone中的Foursquare集成

需要实现iphone中关于Foursquare集成,但是不知道从何入手,请帮忙给一些建议和指点。谢谢

  • 写回答

1条回答

  • gaoXxxing 2013-02-18 09:22
    关注

    这里是foursquare api 链接

    Foursquare integration 示例链接

    更多代码:Foursquare integration

    - (void)viewDidLoad
    {
        [super viewDidLoad];
    
        self.title = @"Foursquare";
        //check the authentication
        if ([Foursquare2 isNeedToAuthorize]) {
           //If needed show the webview 
            webView = [[UIWebView alloc]initWithFrame:CGRectMake(0, 0, 320, 480)];
            NSString *url = [NSString stringWithFormat:@"https://foursquare.com/oauth2/authenticate?display=touch&client_id=%@&response_type=code&redirect_uri=%@",OAUTH_KEY,REDIRECT_URL];
            NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:url]];
            [webView loadRequest:request];
            [webView setDelegate:self];
            [self.view addSubview:webView];
            [webView release];
            mTableView.hidden = YES;
        }else{
            //Show your view
            mTableView.hidden = NO;
            [Foursquare2 searchVenuesNearByLatitude:@"40.763" longitude:@"-73.990" accuracyLL:nil altitude:nil accuracyAlt:nil query:@"" limit:@"15" intent:@"" callback:^(BOOL success, id result){
                if (success) {
    
                    tableData = [[FoursquareParser parseSearchVenuesResultsDictionary:(NSDictionary*)result] retain];
                    [mTableView reloadData];
    
                }
            }];
    
        }
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作