I'm using this gem on my API used by Android / iOs devices. To do that, I use the access_token.
My application is working with a version 1.4.0 of this gem, but I get an error with the last version :
facebook) Authentication failure! no_authorization_code: OmniAuth::Strategies::Facebook::NoAuthorizationCodeError, must pass either a `code` (via URL or by an `fbsr_XXX` signed request cookie)
Any idea ?
I'm using this gem on my API used by Android / iOs devices. To do that, I use the
access_token.My application is working with a version
1.4.0of this gem, but I get an error with the last version :Any idea ?