Android SDK Version


public class VideoUploader
com.facebook.share.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
Method Summary
Modifier and TypeMethodDescription
static synchronized voiduploadAsyncWithProgressCallback(ShareVideoContent videoContent, GraphRequest.OnProgressCallback callback)
static synchronized voiduploadAsyncWithProgressCallback(ShareVideoContent videoContent, String graphNode, GraphRequest.OnProgressCallback callback)
static synchronized voiduploadAsync(ShareVideoContent videoContent, String graphNode, FacebookCallback<Sharer.Result> callback)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

uploadAsyncWithProgressCallback

 static synchronized void uploadAsyncWithProgressCallback(ShareVideoContent videoContent, GraphRequest.OnProgressCallback callback)

uploadAsyncWithProgressCallback

 static synchronized void uploadAsyncWithProgressCallback(ShareVideoContent videoContent, String graphNode, GraphRequest.OnProgressCallback callback)

uploadAsync

 static synchronized void uploadAsync(ShareVideoContent videoContent, String graphNode, FacebookCallback<Sharer.Result> callback)