Register via facebook api

1

I would like to know how to configure the facebook app so that it can receive the data of any user .. I tried unsuccessfully to define these 2 fields that facebook provides:

FaceBookConnect.API_Key = "";
FaceBookConnect.API_Secret = "";

I just logged in and with others gives this error:

  

App Not Setup: The developers of this app have not set up this app   properly for Facebook Login.

(Incorrect Configuration)

I am trying to receive the user data, email, login, address ..

    
asked by anonymous 20.03.2014 / 05:54

1 answer

2

As answered by Luiz, there is the tutorial, and what is not said in the tutorial is that it will be necessary to send a web application to facebook for evaluation , in the tutorial it seems that just creating the application there and ready, but no, you will have to send with information about it (Logo, description, prints, etc ...). Only after your application is approved will you be able to use the Facebook service.

But follow the tutorial, start the process.

    
27.03.2014 / 16:34