Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem in implemention facebook authentication using socialauth #28

Closed
GoogleCodeExporter opened this issue Apr 25, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

Below is the url I am able to get for facebook.

https://graph.facebook.com/oauth/authenticate?client_id=109414925795385&display=
page&redirect_uri=https://imag.apere.com/socialAuthSuccessAction.do&scope=publis
h_stream,email,user_birthday,user_location

on urlsubmit :{
   "error": {
      "type": "OAuthException",
      "message": "Unknown OAuth 2.0 method, authenticate."
   }
}
It is giving the above error.





graph.facebook.com.consumer_key =109414925795385
graph.facebook.com.consumer_secret =4e924dfd58ea84122ca0af1b1a171822
graph.facebook.com.secure = true
graph.facebook.com.request_token_url = /oauth/access_token
graph.facebook.com.authorization_url = /oauth/authenticate
graph.facebook.com.access_token_url = /me
graph.facebook.com.signature_method = HMAC-SHA1
graph.facebook.com.transport_name = GET

These are the properties added in oauth_consumer.properties



in this flag
oauth.consumer.endpoint.domains=graph.facebook.com

May I know what are the mistakes doing.


Thanks in advance.

Original issue reported on code.google.com by pat.srid...@gmail.com on 26 Nov 2010 at 7:48

@GoogleCodeExporter
Copy link
Author

Hi Pat,

This is the same issue that Tarun is following up with you. So closing this one.

Thanks,
Abhinav

Original comment by abhinavm...@gtempaccount.com on 27 Nov 2010 at 9:47

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant