|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scope | |
|---|---|
| com.belerweb.social.weibo.api | |
| com.belerweb.social.weibo.bean | |
| Uses of Scope in com.belerweb.social.weibo.api |
|---|
| Methods in com.belerweb.social.weibo.api with parameters of type Scope | |
|---|---|
String |
OAuth2.authorize(String clientId,
String redirectUri,
Scope[] scope,
String state,
Display display,
Boolean forceLogin,
String language)
OAuth2的authorize接口 文档地址:http://open.weibo.com/wiki/Oauth2/authorize |
| Uses of Scope in com.belerweb.social.weibo.bean |
|---|
| Methods in com.belerweb.social.weibo.bean that return Scope | |
|---|---|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||