Uses of Interface
facebook4j.RawAPIResponse

Packages that use RawAPIResponse
facebook4j.api   
 

Uses of RawAPIResponse in facebook4j.api
 

Methods in facebook4j.api that return RawAPIResponse
 RawAPIResponse RawAPIMethods.callDeleteAPI(String relativeUrl)
          Calls raw Facebook DELETE API simply.
 RawAPIResponse RawAPIMethods.callDeleteAPI(String relativeUrl, Map<String,String> parameters)
          Calls raw Facebook DELETE API simply.
 RawAPIResponse RawAPIMethods.callGetAPI(String relativeUrl)
          Calls raw Facebook GET API simply.
 RawAPIResponse RawAPIMethods.callGetAPI(String relativeUrl, facebook4j.internal.http.HttpParameter... parameters)
          Calls raw Facebook GET API simply.
 RawAPIResponse RawAPIMethods.callGetAPI(String relativeUrl, Map<String,String> parameters)
          Calls raw Facebook GET API simply.
 RawAPIResponse RawAPIMethods.callPostAPI(String relativeUrl)
          Calls raw Facebook POST API simply.
 RawAPIResponse RawAPIMethods.callPostAPI(String relativeUrl, facebook4j.internal.http.HttpParameter... parameters)
          Calls raw Facebook POST API simply.
 RawAPIResponse RawAPIMethods.callPostAPI(String relativeUrl, Map<String,String> parameters)
          Calls raw Facebook POST API simply.
 



Copyright © 2019. All rights reserved.