PackageTrack
Sign in Get early access

github.com/huandu/facebook

v2.3.1+incompatible #1502 most downloaded on Go modules huandu/facebook

What this package is like to depend on

Last release 7 years ago

no release in 18 months

Ships unpredictably

gaps range from 3 weeks to 12 months

Most releases are documented

notes for 18 of 25 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

61 releases · first in 2014

0 releases in the last 12 months

see the full history below

Release timeline

61 releases · Aug 2014 to Dec 2019
2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 60 of 61
  1. v2.3.1+incompatible 06 Sep 2018

    Nothing published for this version

  2. v2.3.0+incompatible 03 Aug 2018

    Nothing published for this version

  3. v2.2.1-0.20180731063553-307e533096a6+incompatible 31 Jul 2018 pre-release

    Nothing published for this version

  4. v2.2.1-0.20180619043014-8316a7b74ce9+incompatible 19 Jun 2018 pre-release

    Nothing published for this version

  5. v2.2.0+incompatible 14 May 2018

    Nothing published for this version

  6. v2.1.3-0.20180511025052-412da2f60330+incompatible 11 May 2018 pre-release

    Nothing published for this version

  7. v2.1.3-0.20180206080108-3cad1fe1c930+incompatible 06 Feb 2018 pre-release

    Nothing published for this version

  8. v2.1.3-0.20180116101628-ef6d8eed5073+incompatible 16 Jan 2018 pre-release

    Nothing published for this version

  9. v2.1.2+incompatible 28 Dec 2017

    Nothing published for this version

  10. v2.1.1+incompatible 27 Dec 2017

    Nothing published for this version

  11. v2.1.1-0.20171208101839-ae7e773739b1+incompatible 08 Dec 2017 pre-release

    Nothing published for this version

  12. v2.1.0+incompatible 07 Oct 2017

    Nothing published for this version

  13. v2.0.0+incompatible 02 Oct 2017

    Nothing published for this version

  14. v1.8.2-0.20191212040330-23ef276449c3 12 Dec 2019 pre-release

    Nothing published for this version

  15. v1.8.2-0.20181225060229-983d10bc8677 25 Dec 2018 pre-release

    Nothing published for this version

  16. v1.8.2-0.20180909154021-e344d22ede2e 09 Sep 2018 pre-release

    Nothing published for this version

  17. v1.8.2-0.20180906194153-ad9e534b2444 06 Sep 2018 pre-release

    Nothing published for this version

  18. v1.8.2-0.20170903154238-e104ea5a3c49 03 Sep 2017 pre-release

    Nothing published for this version

  19. v1.8.2-0.20170622065743-a3f39cb9c611 22 Jun 2017 pre-release

    Nothing published for this version

  20. v1.8.2-0.20170507183248-e670d19ee68a 07 May 2017 pre-release

    Nothing published for this version

  21. v1.8.1 23 Mar 2017
    Release notes
    • [FIX] #60 Handle string errors in Decode(). Thanks, @sebnow.
    Open source →
    Release notes
    • [FIX] #60 Handle string errors in Decode(). Thanks, @sebnow.
    Open source →
  22. v1.8.0 08 Mar 2017
    Release notes
    • [FIX] #59 Guess content type for binary params by filename extension or an arbitrary value. Thanks, @panki.
    Open source →
    Release notes
    • [FIX] #59 Guess content type for binary params by filename extension or an arbitrary value. Thanks,@panki.
    Open source →
  23. v1.7.2-0.20170120042945-5740aa8c2edd 20 Jan 2017 pre-release

    Nothing published for this version

  24. v1.7.2-0.20161027082306-09d747bf3afe 27 Oct 2016 pre-release

    Nothing published for this version

  25. v1.7.2-0.20160827035633-24ce8d1913aa 27 Aug 2016 pre-release

    Nothing published for this version

  26. v1.7.1 27 Aug 2016
    Release notes
    • [FIX] Fix a tiny bug which slightly affects performance when decoding anonymous field.
    Open source →
    Release notes
    • [FIX] Fix a tiny bug which slightly affects performance when decoding anonymous field.
    Open source →
  27. v1.7.0 26 Aug 2016
    Release notes
    • [NEW] #50 Result can decode embedded struct field now.
    • [NEW] Add a new field tag facebook:"-" to omit the field when decoding. It can improve decoding performance slightly.
    Open source →
    Release notes
    • [NEW] #50 Result can decode embedded struct field now.
    • [NEW] Add a new field tag facebook:"-" to omit the field when decoding. It can improve decoding performance slightly.
    Open source →
  28. v1.6.0 17 Aug 2015
    Release notes
    • [NEW] #42 Support custom JSON unmarshaling and json.Unmarshaler interface in decoding.
    Open source →
    Release notes
    • [NEW] #42 Support custom JSON unmarshaling and json.Unmarshaler interface in decoding.
    Open source →
  29. v1.5.6 30 Jul 2015
    Release notes
    • [NEW] #40 Session works with http client created by package golang.org/x/oauth2. README is updated with a sample.
    Open source →
    Release notes
    • [NEW] #40 Session works with http client created by package golang.org/x/oauth2. README is updated with a sample.
    Open source →
  30. v1.5.5 29 Jul 2015
    Release notes
    • [FIX] #39 When /oauth/access_token returns a query string, this package can parse expires or expires_in field correctly.
    Open source →
    Release notes
    • [FIX] #39 When /oauth/access_token returns a query string, this package can parse expires or expires_in field correctly.
    Open source →
  31. v1.5.4 25 Jul 2015
    Release notes
    • [FIX] #37 Add missing client_secret in query string when parsing client code.
    Open source →
    Release notes
    • [FIX] #37 Add missing client_secret in query string when parsing client code.
    Open source →
  32. v1.5.3 04 Jun 2015
    Release notes
    • [FIX] #34 Use expires instead of expires_in if possible when exchanging token or parsing code.
    Open source →
    Release notes
    • [FIX] #34 Use expires instead of expires_in if possible when exchanging token or parsing code.
    Open source →
  33. v1.5.2 11 May 2015
    Release notes
    • [FIX] #32 BatchApi/Batch returns facebook error when access token is not valid.
    Open source →
    Release notes
    • [FIX] #32 BatchApi/Batch returns facebook error when access token is not valid.
    Open source →
  34. v1.5.1 10 May 2015
    Release notes
    • [FIX] #31 When /oauth/access_token returns a query string instead of json, this package can correctly handle it.
    Open source →
    Release notes
    • [FIX] #31 When /oauth/access_token returns a query string instead of json, this package can correctly handle it.
    Open source →
  35. v1.5.0 29 Apr 2015
    Release notes
    • [NEW] #28 Support debug mode introduced by facebook graph API v2.3.
    • [FIX] Removed all test cases depending on facebook graph API v1.0.
    Open source →
    Release notes
    • [NEW] #28 Support debug mode introduced by facebook graph API v2.3.
    • [FIX] Removed all test cases depending on facebook graph API v1.0.
    Open source →
  36. v1.4.1 19 Mar 2015
    Release notes
    • [NEW] #27 Timestamp value in Graph API response can be decoded as a time.Time value now. Thanks, @Lazyshot.
    Open source →
    Release notes
    • [NEW] #27 Timestamp value in Graph API response can be decoded as a time.Time value now. Thanks, @Lazyshot.
    Open source →
  37. v1.4.1-0.20150307080127-4fc61f69f514 07 Mar 2015 pre-release

    Nothing published for this version

  38. v1.4.1-0.20150123105638-a34d607d29b3 23 Jan 2015 pre-release

    Nothing published for this version

  39. v1.4.0 06 Jan 2015
    Release notes
    • [FIX] #23 Algorithm change: Camel case string to underscore string supports abbreviation

    Fix for #23 could be a breaking change. Camel case string HTTPServer will be converted to http_server instead of h_t_t_p_server. See issue description for detail.

    Open source →
    Release notes
    • [FIX] #23 Algorithm change: Camel case string to underscore string supports abbreviation

    Fix for #23 could be a breaking change. Camel case string HTTPServer will be converted to http_server instead of h_t_t_p_server. See issue description for detail.

    Open source →
  40. v1.3.0 06 Dec 2014
    Release notes
    • [NEW] #22 Add a new helper struct BatchResult to hold batch request responses.
    Open source →
    Release notes
    • [NEW] #22 Add a new helper struct BatchResult to hold batch request responses.
    Open source →
  41. v1.2.0 05 Dec 2014
    Release notes
    • [NEW] #20 Add Decode functionality for paging results. Thanks, @cbroglie.
    • [FIX] #21 Session#Inspect cannot return error if access token is invalid.

    Fix for #21 will result a possible breaking change in Session#Inspect. It was return whole result returned by facebook inspect api. Now it only return its "data" sub-tree. As facebook puts everything including error message in "data" sub-tree, I believe it's reasonable to make this change.

    Open source →
    Release notes
    • [NEW] #20 Add Decode functionality for paging results. Thanks, @cbroglie.
    • [FIX] #21 Session#Inspect cannot return error if access token is invalid.

    Fix for #21 will result a possible breaking change in Session#Inspect. It was return whole result returned by facebook inspect api. Now it only return its "data" sub-tree. As facebook puts everything including error message in "data" sub-tree, I believe it's reasonable to make this change.

    Open source →
  42. v1.1.0 21 Nov 2014
    Release notes
    • [FIX] #19 Any valid int64 number larger than 2^53 or smaller than -2^53 can be correctly decoded without precision lost.

    Fix for #19 will result a possible breaking change in Result#Get and Result#GetField. If a JSON field is a number, these two functions will return json.Number instead of float64.

    The fix also introduces a side effect in Result#Decode and Result#DecodeField. A number field (int* and float*) can be decoded to a string. It was not allowed in previous version.

    Open source →
    Release notes
    • [FIX] #19 Any valid int64 number larger than 2^53 or smaller than -2^53 can be correctly decoded without precision lost.

    Fix for #19 will result a possible breaking change in Result#Get and Result#GetField. If a JSON field is a number, these two functions will return json.Number instead of float64.

    The fix also introduces a side effect in Result#Decode and Result#DecodeField. A number field (int* and float*) can be decoded to a string. It was not allowed in previous version.

    Open source →
  43. v1.0.1-0.20161027082306-09d747bf3afe 27 Oct 2016 pre-release

    Nothing published for this version

  44. v1.0.0 17 Oct 2014
    Release notes

    Initial tag. Library is stable enough for all features mentioned in README.md.

    Open source →
  45. v0.0.0-20191212040330-23ef276449c3 12 Dec 2019 pre-release

    Nothing published for this version

  46. v0.0.0-20181225060229-983d10bc8677 25 Dec 2018 pre-release

    Nothing published for this version

  47. v0.0.0-20180909154021-e344d22ede2e 09 Sep 2018 pre-release

    Nothing published for this version

  48. v0.0.0-20180906194153-ad9e534b2444 06 Sep 2018 pre-release

    Nothing published for this version

  49. v0.0.0-20180514075447-2ba1fa66dfd0 14 May 2018 pre-release

    Nothing published for this version

  50. v0.0.0-20180206080108-3cad1fe1c930 06 Feb 2018 pre-release

    Nothing published for this version

  51. v0.0.0-20180116101628-ef6d8eed5073 16 Jan 2018 pre-release

    Nothing published for this version

  52. v0.0.0-20171208101839-ae7e773739b1 08 Dec 2017 pre-release

    Nothing published for this version

  53. v0.0.0-20171007185710-cb06a5031153 07 Oct 2017 pre-release

    Nothing published for this version

  54. v0.0.0-20170323131551-efe962f32209 23 Mar 2017 pre-release

    Nothing published for this version

  55. v0.0.0-20170120042945-5740aa8c2edd 20 Jan 2017 pre-release

    Nothing published for this version

  56. v0.0.0-20161027082306-09d747bf3afe 27 Oct 2016 pre-release

    Nothing published for this version

  57. v0.0.0-20150319043131-852a21c9f869 19 Mar 2015 pre-release

    Nothing published for this version

  58. v0.0.0-20150123105638-a34d607d29b3 23 Jan 2015 pre-release

    Nothing published for this version

  59. v0.0.0-20140901045745-b5a3d636d02b 01 Sep 2014 pre-release

    Nothing published for this version

  60. v0.0.0-20140822060313-5b62b9c3514b 22 Aug 2014 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive