22

I am new to Facebook based development and just require a basic Facebook registration form, I've found the "registration form and its html to embed into my website", but need a client_id so I can use it. Where do I get this from?

comiventor
  • 3,922
  • 5
  • 50
  • 77
user1488448
  • 221
  • 1
  • 2
  • 3

2 Answers2

29

http://developers.facebook.com/apps

After creating an app, the App ID / Client ID is shown.

Tom Waddington
  • 1,948
  • 15
  • 18
7

Finding Facebook App ID, App Secret and Client Token:

You can find your App ID and App Secret in Settings/basic:

App ID and App Secret

The Client Token can be found at Settings/advanced:

Client Token

https://developers.facebook.com/apps/Your_App_ID/settings/

EyaS
  • 477
  • 3
  • 9