gpt4 book ai didi

facebook - iOS 中的 FQL 和图形 API

转载 作者:可可西里 更新时间:2023-11-01 03:05:51 26 4
gpt4 key购买 nike

有人在 iOS 中使用过 FQL of graph API 吗?我正在尝试获取来自不同组的用户帖子我已阅读 FQL 文档但我需要看一个例子来帮助我继续?请帮忙

最佳答案

这是一个例子:

    NSMutableDictionary * params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"SELECT uid,name FROM user WHERE uid=4", @"query",
nil];
[facebook requestWithMethodName: @"fql.query"
andParams: params
andHttpMethod: @"POST"
andDelegate: self];

关于facebook - iOS 中的 FQL 和图形 API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4941430/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com