1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

fix inconsistent styles

This commit is contained in:
Mark Dodwell 2016-06-26 17:45:47 -07:00
parent 1d7d97e341
commit 54250c894e

View file

@ -2,28 +2,28 @@
Changes: Changes:
- Remove query string from redirect_uri on callback by default (#221, @gioblu) - remove query string from redirect_uri on callback by default (#221, @gioblu)
- Signed request parsing extracted to `OmniAuth::Facebook::SignedRequest` class. (#183, @simi, @Vrael) - signed request parsing extracted to `OmniAuth::Facebook::SignedRequest` class. (#183, @simi, @Vrael)
- Change default value of `info_fields` to `name,email` for the [graph-api-v2.4](https://developers.facebook.com/blog/post/2015/07/08/graph-api-v2.4/). ([#209](https://github.com/mkdynamic/omniauth-facebook/pull/209)) - change default value of `info_fields` to `name,email` for the [graph-api-v2.4](https://developers.facebook.com/blog/post/2015/07/08/graph-api-v2.4/). ([#209](https://github.com/mkdynamic/omniauth-facebook/pull/209))
## 2.0.1 (2015-02-21) ## 2.0.1 (2015-02-21)
Bugfixes: Bugfixes:
- Allow versioning by not forcing absolute path for graph requests (#180, @frausto) - allow versioning by not forcing absolute path for graph requests (#180, @frausto)
- Allow the image_size option to be set as a symbol. (#182, @jgrau) - allow the image_size option to be set as a symbol. (#182, @jgrau)
## 2.0.0 (2014-08-07) ## 2.0.0 (2014-08-07)
Changes: Changes:
- remove support for canvas app flow (765ed9, @mkdynamic) - remove support for canvas app flow (765ed9, @mkdynamic)
Bugfixes: Bugfixes:
- bump omniauth-oauth2 dependency which addresses CVE-2012-6134 (#162, @linedotstar) - bump omniauth-oauth2 dependency which addresses CVE-2012-6134 (#162, @linedotstar)
- rescue `NoAuthorizationCodeError` in callback_phase (a0036b, @tomoya55) - rescue `NoAuthorizationCodeError` in callback_phase (a0036b, @tomoya55)
- fix CSRF exception when using FB JS SDK and parsing signed request (765ed9, @mkdynamic) - fix CSRF exception when using FB JS SDK and parsing signed request (765ed9, @mkdynamic)
## 1.6.0 (2014-01-13) ## 1.6.0 (2014-01-13)