Package 

Class ShareGraphRequest

    • Method Summary

      Modifier and Type Method Description
      static GraphRequest createOpenGraphObject(ShareOpenGraphObject openGraphObject) Create an User Owned Open Graph objectUse this method to create an open graph object, which can then be posted utilizing the sameGraphRequest methods as other GraphRequests.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createOpenGraphObject

         static GraphRequest createOpenGraphObject(ShareOpenGraphObject openGraphObject)

        Create an User Owned Open Graph object

        Use this method to create an open graph object, which can then be posted utilizing the sameGraphRequest methods as other GraphRequests.

        Parameters:
        openGraphObject - The open graph object to create.