Skip to content

Releases: mweibel/facebook.ex

Support runtime configuration

20 Aug 08:03
0a58ce0
Compare
Choose a tag to compare

Upgrade dependencies

07 Jan 07:52
Compare
Choose a tag to compare

Upgrade several dependencies. Thanks to @RyanSiu1995 in #74

Use the exact url in the pagination response

04 Jan 17:03
Compare
Choose a tag to compare

Allow to configure connection timeouts / remove CI for elixir 1.3

26 Oct 05:58
Compare
Choose a tag to compare

Thanks to @bugant in #68.
Additionally, we removed CI testing for elixir 1.3 in #69 and added newer elixir & erlang versions instead.

Add custom dimension picture function

11 Jul 06:25
Compare
Choose a tag to compare

add get_object and get_object_edge

03 Jul 06:12
Compare
Choose a tag to compare

Support generic publish to post to the feed edge too

13 Jun 07:30
Compare
Choose a tag to compare

Change to unversioned default graph URLs and add in-app payments methods

06 Feb 06:42
Compare
Choose a tag to compare
  • Please specify in your app's configuration which graph version you like to use. The default has been changed to non-versionized URLs: #57
  • Added in-app payments methods #58

Version 0.17.0 - Use HTTPoison and separate Graph modules per API

11 Nov 11:12
Compare
Choose a tag to compare

Version 0.16.0 - Convert functions to elixir code style (snake_case instead of camelCase)

04 Nov 11:08
Compare
Choose a tag to compare

Thanks to @paulruescher we have converted the library to use the standard code style used in elixir projects so using the library should feel much more natural now.
Also the tests got improved to mock the Facebook API instead of calling it directly and we're using credo for static code analysis.