-
Notifications
You must be signed in to change notification settings - Fork 30
Damien edited this page Jun 5, 2016
·
2 revisions
Weibo.swift
- http://open.weibo.com/wiki/2/oauth2/authorize/en http://open.weibo.com/wiki/2/oauth2/access_token/en
let weibo: Provider = .Weibo(
clientID: "***",
clientSecret: "***"
redirectURL: "foo://callback"
)
{
"access_token": "ACCESS_TOKEN",
"expires_in": 1234,
"remind_in":"798114",
"uid":"12341234"
}