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

29 commits

Author SHA1 Message Date
Mark Dodwell
bd4aa5c315 add option to specify image size 2012-05-05 00:49:42 -07:00
Mark Dodwell
9a7cde8c7b remove offline_access permission since it is now deprecated 2012-05-04 22:05:38 -07:00
Mark Dodwell
0c18c7c099 Merge pull request #39 from watsonbox/master
Prevent oauth2 from interpreting Facebook's expires field as expires_in, when it's really expires_at
2012-04-30 11:04:47 -07:00
Howard Wilson
20b668119b Add spec to ensure correct expiry on OAuth2::AccessToken 2012-04-30 00:05:16 +02:00
Brian Landau
1f08314628 Have raw_info return an empty hash if the Facebook response returns false.
Sometimes in a production app I've run into exceptions because we get a false value back from the Facebook me request. This handles that edge case by falling back to an empty hash.
2012-04-24 16:16:01 -06:00
Mark Dodwell
c06341ea16 add option to use secure url for image in auth hash [closes #36] 2012-03-10 21:27:57 -08:00
Ryan Sobol
2990f0660c Add verified key to the info Hash 2012-03-09 10:34:40 -08:00
Mark Dodwell
3de9ac0e8d stub out rack env in specs 2012-03-06 21:46:33 -08:00
Mark Dodwell
36afea78c9 add support for facebook canvas 2012-03-06 21:29:35 -08:00
Amos Elliston
8d0b89e440 added spec for passing scope in the auth request 2012-03-01 13:11:45 -08:00
Mark Dodwell
581b0727c8 tidy up the callback_url option and add info to README 2012-02-25 02:25:13 -08:00
GermanDZ
8942552571 Add 'state' to authorization params.
More information on https://developers.facebook.com/docs/reference/dialogs/oauth/
2011-12-22 13:12:30 +01:00
Mark Dodwell
972ed5e345 Merge branch 'client_side_flow_support_via_signed_cookie' [closes #10] 2011-12-09 19:21:17 -08:00
Mark Dodwell
8086931ba1 support for parsing code from signed request cookie 2011-12-09 19:14:58 -08:00
Victor Gumayunov
0e4f30e773 add callback_url option 2011-12-01 21:48:09 +04:00
Oleg Kovalenko
d49f36f393 fix ten_mins_from_now calculation 2011-11-15 14:10:56 +02:00
Mark Dodwell
5f5109585d include default scope to more closely emulate omniauth 0.3.0 behaviour 2011-11-10 22:33:00 -08:00
Mark Dodwell
0959ab1962 allow passing display parameter with request [fixes #3] 2011-10-31 12:29:43 -07:00
Mark Dodwell
dcb070050a fixed in omniauth rc2 2011-10-28 16:23:46 -07:00
Mark Dodwell
12bd3d6d56 add raw info and credential expiry to auth hash 2011-10-23 16:59:41 -07:00
Mark Dodwell
81c3e7bb5d add full user info to auth hash [fixes #1] 2011-10-22 23:46:41 -07:00
Mark Dodwell
6351449111 add a note 2011-10-15 20:58:29 -07:00
Mark Dodwell
18d4f925ed implement #raw_info 2011-10-15 20:46:31 -07:00
Mark Dodwell
7f923bc6cb return correct user info 2011-10-15 20:08:04 -07:00
Mark Dodwell
8484d7cca5 set uid from raw_info 2011-10-15 19:58:33 -07:00
Mark Dodwell
0106bb4b15 initial implementation for facebook strategy 2011-10-15 19:42:12 -07:00
Mark Dodwell
ec513d5012 remove omniauth test strategy macros (for now) 2011-10-15 19:40:28 -07:00
Mark Dodwell
ff625c175e remove require for rubygems 2011-10-15 19:40:02 -07:00
Mark Dodwell
2f871a07ce initial commit 2011-10-15 00:36:27 -07:00