Version, currently 17.0.024 versions
- 23.0.0latestOct 28, 2025
- 22.0.0not indexedOct 29, 2025
- 21.0.0not indexedOct 29, 2025
- 19.0.0not indexedOct 29, 2025
- 17.0.0not indexedOct 29, 2025
- 16.0.0not indexedOct 29, 2025
- 15.0.0not indexedOct 29, 2025
- 1.2.1not indexedOct 29, 2025
- 1.2.0not indexedOct 29, 2025
- 1.1.0not indexedOct 29, 2025
- 1.0.0not indexedOct 29, 2025
- 0.5.0not indexedOct 29, 2025
- 0.4.9not indexedOct 29, 2025
- 0.4.8not indexedOct 29, 2025
- 0.4.7not indexedOct 29, 2025
- 0.4.6not indexedOct 29, 2025
- 0.4.5not indexedOct 29, 2025
- 0.4.4not indexedOct 29, 2025
- 0.4.3not indexedOct 29, 2025
- 0.4.2not indexedOct 29, 2025
- 0.4.1not indexedOct 29, 2025
- 0.4.0not indexedOct 29, 2025
- 0.3.0not indexedOct 29, 2025
- 0.2.0not indexedOct 29, 2025
github.com/maiha/facebook.cr
CLI for the Facebook Marketing API.
10 stars
0 dependents
License: MIT
Nothing has been indexed for 17.0.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
facebook:
github: maiha/facebook.cr
version: ~> 17.0.0Then run:
shards installshard.yml
No shard.yml has been indexed for 17.0.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
# facebook.cr [](https://travis-ci.org/maiha/facebook.cr)
facebook api for [Crystal](http://crystal-lang.org/).
## Usage (as Application)
Download the x86_64 static binary from [releases](https://github.com/maiha/facebook.cr/releases).
You can send an arbitrary GET request to the Facebook Marketing API.
```console
$ facebook api get '/v23.0/me' -a <ACCESS_TOKEN>
$ facebook api get '/v23.0/me/adaccounts -d fields=account_id,name' -a <ACCESS_TOKEN>
```
Access tokens and other information can be put together in a configuration file.
```console
$ facebook config sample > .facebookrc
$ vi .facebookrc
access_token = "xxxxxx"
$ facebook api me
```
## Usage (as Library)
- crystal: 0.33.0
```crystal
require "facebook"
client = Facebook::Client.new(auth: "xxxxxx")
res = client.get("/me")
puts res.body
```
## Development
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
facebook:
github: maiha/facebook
version: 23.0.0
```
2. Run `shards install`
## Contributing
1. Fork it (<https://github.com/maiha/facebook.cr/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [maiha](https://github.com/maiha) - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
17.0.0- Tagged
- Oct 29, 2025
- Commit
79c09d184489- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/maiha/facebook.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 24