Commit Graph

46 Commits

Author SHA1 Message Date
tykayn 747208ac09 Mise à jour de 'LICENSE' 2020-12-14 12:09:38 +01:00
Baptiste Lemoine 06b96b48d2 📖 docs replace links to github to tedomum gitlab 2020-10-26 20:53:08 +01:00
Baptiste Lemoine 9906f47bc3 Initial commit 2020-10-26 20:44:47 +01:00
Arno Dirlam 620f476fb8 README: Remove erlang-oauth and applications entry (#33) 2019-11-14 17:43:45 -07:00
Arno Dirlam f0f53d5a7a More descriptive error message on OAuth request_token failure (#31)
* More descriptive error message on request failure

* Request JSON responses from API, Decode JSON responses in HTTP function, Adjust error handling

* Clean up and format affected functions
2019-10-23 11:49:20 -06:00
Yordis Prieto c5927b4dd7 Bump version (#29) 2019-03-15 15:31:08 -06:00
Yordis Prieto 3613b89beb
Merge pull request #30 from snewcomer/sn/update-deps
Remove Poison from deps
2019-03-14 22:35:54 -07:00
snewcomer 9c5980a394 Remove Poison from deps 2019-03-14 22:19:34 -07:00
Yordis Prieto c9a090210d
Merge pull request #27 from snewcomer/sn/json-config
Configurable json library
2019-03-12 21:23:03 -07:00
Yordis Prieto e1765371bb
Merge pull request #28 from snewcomer/sn/update-ueberauth
Update Ueberauth to 0.6.0
2019-03-12 21:18:30 -07:00
snewcomer 2cba49d788 Update Ueberauth to 0.6.0 2019-03-12 21:12:47 -07:00
snewcomer 0811d76018 Move ueberauth.config to ueberauth 2018-12-24 07:21:35 -08:00
snewcomer d63a1e4378 remove unused method 2018-12-23 14:13:43 -08:00
Yordis Prieto 237bfa718e
Update lib/ueberauth/strategy/twitter.ex
Co-Authored-By: snewcomer <snewcomer@users.noreply.github.com>
2018-12-23 14:13:11 -08:00
Yordis Prieto 492e725d58
Update lib/ueberauth/strategy/twitter.ex
Co-Authored-By: snewcomer <snewcomer@users.noreply.github.com>
2018-12-23 14:13:00 -08:00
Yordis Prieto 78711b26d6
Update lib/ueberauth/strategy/twitter.ex
Co-Authored-By: snewcomer <snewcomer@users.noreply.github.com>
2018-12-23 14:12:33 -08:00
snewcomer 9af257ce20 Use Ueberauth config method 2018-12-23 13:59:17 -08:00
snewcomer 9eb04150d5 Use method to return json_library instead of a module attribute 2018-12-23 13:31:54 -08:00
snewcomer 1c5a5e7229 Configurable json library 2018-12-22 22:53:38 -08:00
Bartosz Kalinowski c3cb072511 allow lower version of poison as lots of dependencies still use ~> 2.0 (#25) 2018-07-12 18:56:14 -06:00
Scott Newcomer 8d2e3d39b6 dev mode example (#23) 2018-06-05 22:00:43 -04:00
Jerod Santo e26d363de1 Bump httpoison to 1.0 (#22) 2018-04-21 02:43:16 +00:00
Chad Gorshing dd0a6a1e09 Add location to Info (#19) 2018-02-13 11:30:01 -07:00
Chad Gorshing 1cfa3e82a6 Updated dependencies and corrected minor typo (#20)
* Updated deps that some what follows other ueberauth strategies versions.

* Corrected simple typo
2018-02-13 11:29:42 -07:00
Chad Gorshing 42dc50a220 Change the Info image to be https instead of http (#21) 2018-02-13 11:29:08 -07:00
Eugene Pirogov a2a0696868 Small typo in readme (#16) 2017-04-04 10:56:36 -06:00
Gordon Brown b4b7096e60 Switch to native Elixir dependency for OAuth (#14)
* Switch to OAuther from erlang-oauth

* Clean up warnings

* Cleanup per PR review.
2017-03-15 13:15:49 -06:00
yburyug 2d2d94803d add credo to project - no complains from first run (#12) 2017-01-10 18:11:03 -07:00
Sean Callan f25215160a Release 0.2.4 2016-12-26 21:12:19 -07:00
Jeff Browning 97435e8643 Improve OAuth error handling (#10)
* Fixes a crash on network error in access_token!/2 and request_token!/2
* Fixes a crash when an API request results in a non-200 status
2016-10-27 09:35:12 -06:00
Jeff Browning 8f00575620 Add poison to dependencies (#11) 2016-10-27 09:34:37 -06:00
Sean Callan 3c65cf5814 Release 0.2.3 2016-08-15 08:48:31 -06:00
Michael fdc7fe26fa Update oauth.ex (#7)
Rewrite a conditional to avoid compiler notifications.
2016-07-27 11:05:54 -06:00
Sean Callan 3ca733164e Release 0.2.2 2015-12-20 10:15:36 -08:00
Sean Callan 533db12a03 Merge pull request #5 from jamescallmebrent/fix-readme
fix 'providers' configuration step in README
2015-12-20 10:14:43 -08:00
Brent Hargrave 31e1d0364a fix 'providers' configuration step in README 2015-12-20 09:08:14 -05:00
Sean Callan c8b30df384 Merge pull request #4 from jamescallmebrent/fix-credentials
fix Credentials (oauth_token, oauth_token_secret)
2015-12-19 11:05:44 -08:00
Brent Hargrave cc3bf7a0b8 fix Credentials (oauth_token, oauth_token_secret) 2015-12-19 12:28:42 -05:00
Sean Callan 277cbe3c84 Fixed match warning 2015-12-12 14:16:40 -08:00
Sean Callan 8dd123d871 Updated changelog 2015-12-12 14:14:46 -08:00
Sean Callan ec35c175d4 Update ueberauth and plug 2015-12-12 14:14:39 -08:00
Sean Callan 80d715e424 Fix missing parenthesis 2015-12-12 14:14:20 -08:00
Sean Callan a313ce0b5f Merge pull request #2 from ueberauth/bump-to-2
Bump to 0.2.0 to follow ueberauth
2015-11-28 19:59:01 -08:00
Daniel Neighman 2ef6d8aaf0 Bump to 0.2.0 to follow ueberauth 2015-11-28 19:30:05 -08:00
Sean Callan 2cf6544544 Initial Twitter strategy 2015-11-24 21:14:54 -08:00
Sean Callan 8330fa308b Initial commit 2015-11-17 19:34:26 -08:00