Pregunta

I'm trying to integrate FB in my app using the Parse (www.parse.com). In AppDelegate I must set the ParseCredentials :

[Parse setApplicationId:@"your_application_id" clientKey:@"your_client_key"];

your_application_id = my FB AppId your_client_key = ???

I don't know how to set this parameter. I tried to fill with the AppSecretId but doesn't work.

I receive this error : "Error: Error Domain=com.parse.networking.error Code=-1011 "

Can someone help me with some advice about this problem? Thank you!

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top