Facebook connect: Is it ok for users to see client id of my application? Also should the verification code be sent to users or not -


i using facebook connect users sign in website. using java. facebook documentation says users should redirected https://www.facebook.com/dialog/oauth?client_id=your_app_id&redirect_uri=your_redirect_uri&state=some_arbitrary_but_unique_string.

is ok if users know client_id(my app id)?

also above link, facebook redirects user your_redirect_uri?state=your_state_value&code=code_generated_by_facebook (your_redirect_uri specified in oauth request). in case user can see access token. safe?

thank krishna

the user can know stuff, there nothing harmful or friends can it.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -

java Extracting Zip file -