Function egg_mode::service::privacy [] [src]

pub fn privacy<'a>(
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, String>

Returns a future that resolves to the current Twitter Privacy Policy as plain text.

While the official home of Twitter's Privacy Policy is https://twitter.com/privacy, this allows you to obtain a plain-text copy of it to display in your application.