Active
Project:
OAuth Connector
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2012 at 23:56 UTC
Updated:
7 Jun 2013 at 12:08 UTC
This worked for me up until about a month ago. Here are the steps to reproduce:
The response displayed on the screen is:
array(
'error' => TRUE,
'error_str' => 'No result, see watchdog.',
)
The error in the logs is
Bad request of http://graph.facebook.com/me: Bad Request
I also tried using https://www.googleapis.com/oauth2/v1/userinfo as the endpoint after a successful Google connection and got the same errors.
Comments
Comment #0.0
jlyon commentedclarification
Comment #1
TripleEmcoder commentedA hint to others having this issue. Some reasons might be:
* Facebook app settings not propagated yet on some of their servers (applies to new apps)
* a space at the end of the endpoint URL (yes, this has happened to me...)
Comment #2
lupus78 commentedTry it with HTTPS!
https://graph.facebook.com/me
this worked for Facebook for me.
Comment #2.0
lupus78 commentedadded google sentence