-
public class ShareGraphRequest
-
-
Method Summary
Modifier and Type Method Description static GraphRequestcreateOpenGraphObject(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. -
-
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.
-
-
-
-