facebook-pages-api 0.2.0

Facebook - Pages API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//
pub mod search;

pub use search::SearchEndpoint;

//
pub mod common;

pub use common::{EndpointError, EndpointRet};

//
pub const URL_BASE: &str = "https://graph.facebook.com";
pub const VERSION: &str = "v15.0";