You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hybri...@googlegroups.com
Hi there, I just updated to 2.0.11 (from 2.0.8)--which moves google from OpenId to OAuth2--and google no longer works. I get the following error response back from google: 'Missing parameter: response_type". This happens not only in my app, but in the example apps that come bundled with the hybridauth source. Looking forward to a fix...
Nick Yonko
unread,
Feb 8, 2012, 12:27:23 PM2/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HybridAuth
I ran into this same issue using the library with Drupal - I modified
the OAuth2Client.php file in the thirdparty directory, line 58. It
seems like the 'http_build_query' function doesn't pass the url
properly to Google. I wrapped that line with the Drupal url()
function and the error disappeared. This is obviously is an solution
for everyone...but perhaps it helps lead the way?