Uses of Class
facebook4j.PhotoUpdate

Packages that use PhotoUpdate
facebook4j   
facebook4j.api   
 

Uses of PhotoUpdate in facebook4j
 

Methods in facebook4j that return PhotoUpdate
 PhotoUpdate PhotoUpdate.message(String message)
           
 PhotoUpdate PhotoUpdate.noStory(boolean noStory)
           
 PhotoUpdate PhotoUpdate.place(String place)
           
 PhotoUpdate PhotoUpdate.privacy(PrivacyParameter privacy)
           
 

Uses of PhotoUpdate in facebook4j.api
 

Methods in facebook4j.api with parameters of type PhotoUpdate
 String PhotoMethods.postPhoto(PhotoUpdate photoUpdate)
          Posts a photo to the current user's wall.
 String PhotoMethods.postPhoto(String userId, PhotoUpdate photoUpdate)
          Posts the photo to a user's wall.
 



Copyright © 2019. All rights reserved.