facebook_api_rs 0.1.2

A Rust client library for the Facebook Graph API v23.0, with full support for both native and WebAssembly (WASM) environments
Documentation
1
2
3
4
5
6
7
8
pub mod config;
pub mod login;
pub mod response_type;
pub mod token;
pub mod prelude {
    pub use crate::login::{config::*, login::*, response_type::*, token::*};
    pub use crate::universal::client::*;
}