Skip to content

Tags: specious/facebook-cli

Tags

v1.7.1

Toggle v1.7.1's commit message
Removed no longer supported functionality (friends, event, events, pa…

…stevents, tagged, post, postlink, postvideo) and rewrote direct API access examples to reflect what is still possible

v1.6.5

Toggle v1.6.5's commit message
Format JSON results when 'api' returns a collection

v1.6.4

Toggle v1.6.4's commit message
Customizable host name for receiving auth code during login (such as …

…on a remote machine)

v1.6.3

Toggle v1.6.3's commit message
Eliminated no longer necessary steps from setup instructions

v1.6.2

Toggle v1.6.2's commit message
Updated setup instructions to work with recent backend change to OAut…

…h redirect URI expectations

Facebook now requires that the OAuth redirect URI be explicitly specified in the facebook app settings.

See: https://www.nextscripts.com/instructions/facebook-social-networks-auto-poster-setup-installation/october-2017-facebook-changes/

Also improved user interaction surrounding the login procedure and handling of the access token.

v1.6.1

Toggle v1.6.1's commit message
Updated to Graph API v2.10

v1.6.0

Toggle v1.6.0's commit message
Post to pages and groups via the --to flag; closes #5,#10,#12

v1.5.5

Toggle v1.5.5's commit message
Better documentation and friendlier setup instructions

v1.5.4

Toggle v1.5.4's commit message
Don't trap PIPE signal if it's not available on the host system; closes 

#14

Inspiration from:
  rouge-ruby/rouge@c46f01b

Also omitting "SIG" prefix, as the Ruby documentation endorses:
  http://ruby-doc.org/core-2.4.1/Signal.html#method-c-trap

v1.5.0

Toggle v1.5.0's commit message
Extract specific values from API response via 'api --get'