Ios Parse框架和Facebook clientKey

时间:2013-08-27 10:56:51

标签: ios social-networking parse-platform fbconnect

我正在尝试使用Parse(www.parse.com)在我的应用程序中集成FB。在AppDelegate中,我必须设置ParseCredentials:

  

[解析setApplicationId:@“your_application_id”   clientKey:@ “your_client_key”];

your_application_id =我的FB AppId   your_client_key = ???

我不知道如何设置此参数。   我试图填写AppSecretId但不起作用。

我收到此错误:“Error: Error Domain=com.parse.networking.error Code=-1011

有人可以帮我提一些关于这个问题的建议吗?谢谢!

1 个答案:

答案 0 :(得分:4)

您必须在parse.com上注册并创建新应用。

在应用的设置标签中,您会看到ApplicationId和ClientKey。

enter image description here