A C D E F G I K L M N P S T U V 

A

accessToken - Variable in class com.github.gkutiel.fbi.Fbi
 
accessTokenParam - Variable in class com.github.gkutiel.fbi.Fbi
 
appId - Variable in class com.github.gkutiel.fbi.FbApp.App
 
appSecret - Variable in class com.github.gkutiel.fbi.FbApp.App
 
auth(String, FbApp.Permission...) - Method in class com.github.gkutiel.fbi.FbApp
 

C

com.github.gkutiel.fbi - package com.github.gkutiel.fbi
 
com.github.gkutiel.fbi.fql - package com.github.gkutiel.fbi.fql
 
com.github.gkutiel.fbi.obj - package com.github.gkutiel.fbi.obj
 

D

data - Variable in class com.github.gkutiel.fbi.fql.FqlRes
 
data - Variable in class com.github.gkutiel.fbi.obj.User.Picture
 

E

email - Variable in class com.github.gkutiel.fbi.obj.User
 
error - Variable in class com.github.gkutiel.fbi.fql.FqlRes
 

F

FbApp - Class in com.github.gkutiel.fbi
 
FbApp(FbApp.App) - Constructor for class com.github.gkutiel.fbi.FbApp
 
FbApp.App - Class in com.github.gkutiel.fbi
 
FbApp.App(String, String) - Constructor for class com.github.gkutiel.fbi.FbApp.App
 
FbApp.Auth - Class in com.github.gkutiel.fbi
 
FbApp.FbLoginException - Exception in com.github.gkutiel.fbi
 
FbApp.FbLoginException(String) - Constructor for exception com.github.gkutiel.fbi.FbApp.FbLoginException
 
FbApp.Permission - Enum in com.github.gkutiel.fbi
 
fbi(String) - Method in class com.github.gkutiel.fbi.FbApp.Auth
 
Fbi - Class in com.github.gkutiel.fbi
 
Fbi(String) - Constructor for class com.github.gkutiel.fbi.Fbi
 
Fbi.Args - Interface in com.github.gkutiel.fbi
 
Fbi.Args.Post - Enum in com.github.gkutiel.fbi
 
Fbi.Arguments<T extends Fbi.Args> - Class in com.github.gkutiel.fbi
 
Fbi.Arguments() - Constructor for class com.github.gkutiel.fbi.Fbi.Arguments
 
Fbi.FbiResponseException - Exception in com.github.gkutiel.fbi
 
Fbi.FbiResponseException(String) - Constructor for exception com.github.gkutiel.fbi.Fbi.FbiResponseException
 
Fbi.Param - Class in com.github.gkutiel.fbi
 
Fbi.Param(String, String) - Constructor for class com.github.gkutiel.fbi.Fbi.Param
 
FbUtil - Class in com.github.gkutiel.fbi
 
FbUtil() - Constructor for class com.github.gkutiel.fbi.FbUtil
 
fql(Class<T>, String) - Method in class com.github.gkutiel.fbi.Fbi
 
fql(String) - Method in class com.github.gkutiel.fbi.Fbi
 
FqlRes<T> - Class in com.github.gkutiel.fbi.fql
 
FqlRes() - Constructor for class com.github.gkutiel.fbi.fql.FqlRes
 
FqlRes.Error - Class in com.github.gkutiel.fbi.fql
 
FqlRes.Error() - Constructor for class com.github.gkutiel.fbi.fql.FqlRes.Error
 

G

get() - Method in class com.github.gkutiel.fbi.Fbi.Arguments
 
get(String) - Static method in class com.github.gkutiel.fbi.Fbi
 
get(Class<T>, String, Fbi.Param...) - Method in class com.github.gkutiel.fbi.Fbi
 
get(String, Fbi.Param...) - Method in class com.github.gkutiel.fbi.Fbi
 
getLogger(Class<?>) - Static method in class com.github.gkutiel.fbi.FbUtil
 

I

id - Variable in class com.github.gkutiel.fbi.obj.User
 
is_silhouette - Variable in class com.github.gkutiel.fbi.obj.User.Picture.Data
 

K

key() - Method in interface com.github.gkutiel.fbi.Fbi.Args
 
key() - Method in enum com.github.gkutiel.fbi.Fbi.Args.Post
 

L

loginUrl() - Method in class com.github.gkutiel.fbi.FbApp.Auth
 
loginUrl() - Method in exception com.github.gkutiel.fbi.FbApp.FbLoginException
 

M

me() - Method in class com.github.gkutiel.fbi.Fbi
 

N

name - Variable in class com.github.gkutiel.fbi.obj.User
 

P

p(String, Object) - Static method in class com.github.gkutiel.fbi.Fbi
 
picture - Variable in class com.github.gkutiel.fbi.obj.User
 
post(String, Fbi.Param...) - Method in class com.github.gkutiel.fbi.Fbi
 
publish(Fbi.Arguments<Fbi.Args.Post>) - Method in class com.github.gkutiel.fbi.Fbi
 

S

set(T, String) - Method in class com.github.gkutiel.fbi.Fbi.Arguments
 

T

toString() - Method in exception com.github.gkutiel.fbi.FbApp.FbLoginException
 
toString() - Method in enum com.github.gkutiel.fbi.FbApp.Permission
 
toString() - Method in class com.github.gkutiel.fbi.Fbi.Param
 

U

url - Variable in class com.github.gkutiel.fbi.obj.User.Picture.Data
 
User - Class in com.github.gkutiel.fbi.obj
 
User() - Constructor for class com.github.gkutiel.fbi.obj.User
 
User.Picture - Class in com.github.gkutiel.fbi.obj
 
User.Picture() - Constructor for class com.github.gkutiel.fbi.obj.User.Picture
 
User.Picture.Data - Class in com.github.gkutiel.fbi.obj
 
User.Picture.Data() - Constructor for class com.github.gkutiel.fbi.obj.User.Picture.Data
 

V

valueOf(String) - Static method in enum com.github.gkutiel.fbi.FbApp.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gkutiel.fbi.Fbi.Args.Post
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.gkutiel.fbi.FbApp.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gkutiel.fbi.Fbi.Args.Post
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I K L M N P S T U V