1

我正在尝试使用 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

有人可以帮我就这个问题提供一些建议吗?谢谢!

4

1 回答 1

4

You must register on parse.com and create new app.

In the settings tab of the app you will see the ApplicationId and ClientKey.

enter image description here

于 2013-08-27T11:15:42.307 回答