fb_poster 0.1.1

An unofficial Rust API client for Facebook post uploads.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
An unofficial Rust API client for [Facebook](https://facebbook.com/) post uploads.

## ⚙️ Requirements


- Your Facebook app must be in Live mode to make your posts visible for others.

- Get ACCESS_TOKEN from [Graph API Explorer]https://developers.facebook.com/tools/explorer/.
You can get 2 months token by pressing info "i" icon ^_^

- Get PAGE_ID from page you planning to do post.

## 🗣️ Usage


'''rust