Uses of Class
com.restfb.DebugHeaderInfo
-
Packages that use DebugHeaderInfo Package Description com.restfb Contains types used to interact with the Facebook Graph API.com.restfb.exception Contains exceptions that RestFB may throw while attempting to communicate with the Facebook API endpoints. -
-
Uses of DebugHeaderInfo in com.restfb
Methods in com.restfb that return DebugHeaderInfo Modifier and Type Method Description DebugHeaderInfo
DebugHeaderInfo.DebugHeaderInfoFactory. build()
DebugHeaderInfo
DefaultWebRequestor. getDebugHeaderInfo()
DebugHeaderInfo
WebRequestor. getDebugHeaderInfo()
Provides access to the facebook header information. -
Uses of DebugHeaderInfo in com.restfb.exception
Methods in com.restfb.exception that return DebugHeaderInfo Modifier and Type Method Description DebugHeaderInfo
FacebookErrorMessageException. getDebugHeaderInfo()
returns the debug header info that is connected with this Facebook call.Methods in com.restfb.exception with parameters of type DebugHeaderInfo Modifier and Type Method Description void
FacebookErrorMessageException. setDebugHeaderInfo(DebugHeaderInfo debugHeaderInfo)
-