Provides a builder which can construct a FacebookDialog instance suitable for presenting the native Open Graph action message dialog. This builder allows the caller to specify binary images for both the action and any Open Graph objects to be created prior to publishing the action. This builder will throw an exception if the Facebook application is not installed, so it should only be used if FacebookDialog.canPresentOpenGraphMessageDialog(android.content.Context, com.facebook.widget.FacebookDialog.OpenGraphMessageDialogFeature...) indicates the capability is available.
الإضافات: | Builder |
الحزمة: | widget |
FacebookDialog.OpenGraphDialogBuilderBase(Activity, OpenGraphAction, String, String)
Constructor.
public FacebookDialog.OpenGraphDialogBuilderBase(Activity activity, OpenGraphAction action, String actionType, String previewPropertyName)
المعلمة | الوصف |
---|---|
activity | The Activity which is presenting the native Open Graph action publish dialog; must not be null |
action | The Open Graph action to be published, which must contain a reference to at least one Open Graph object with the property name specified by setPreviewPropertyName; the action must have had its type specified via the OpenGraphAction.setType(String) method |
actionType | The type of the Open Graph action to be published, which should be the namespace-qualified name of the action type (e.g., "myappnamespace:myactiontype"); this will override the type of the action passed in. |
previewPropertyName | The name of a property on the Open Graph action that contains the Open Graph object which will be displayed as a preview to the user |
FacebookDialog.OpenGraphDialogBuilderBase(Activity, OpenGraphAction, String)
Constructor.
public FacebookDialog.OpenGraphDialogBuilderBase(Activity activity, OpenGraphAction action, String previewPropertyName)
المعلمة | الوصف |
---|---|
activity | The Activity which is presenting the native Open Graph action publish dialog; must not be null |
action | The Open Graph action to be published, which must contain a reference to at least one Open Graph object with the property name specified by setPreviewPropertyName; the action must have had its type specified via the OpenGraphAction.setType(String) method |
previewPropertyName | The name of a property on the Open Graph action that contains the Open Graph object which will be displayed as a preview to the user |
FacebookDialog.OpenGraphMessageDialogBuilder(Activity, OpenGraphAction, String)
Constructor.
public FacebookDialog.OpenGraphMessageDialogBuilder(Activity activity, OpenGraphAction action, String previewPropertyName)
المعلمة | الوصف |
---|---|
activity | The Activity which is presenting the native Open Graph action message dialog; must not be null |
action | The Open Graph action to be sent, which must contain a reference to at least one Open Graph object with the property name specified by setPreviewPropertyName; the action must have had its type specified via the OpenGraphAction.setType(String) method |
previewPropertyName | The name of a property on the Open Graph action that contains the Open Graph object which will be displayed as a preview to the user |
setDataErrorsFatal(boolean)
Sets whether errors encountered during previewing the shared item should be considered fatal and cause the dialog to return an error
public OpenGraphDialogBuilderBase setDataErrorsFatal(boolean dataErrorsFatal)
المعلمة | الوصف |
---|---|
dataErrorsFatal | True if data errors should be fatal; false if not |
setImageAttachmentsForAction(List)
Specifies a list of images for the Open Graph action that should be uploaded prior to publishing the action. The action must already have been set prior to calling this method. This method will generate unique names for the image attachments and update the action to refer to these attachments. Note that calling setAction again after calling this method will not clear the image attachments already set, but the new action will have no reference to the existing attachments. The images will not be marked as being user-generated.
In order for the images to be provided to the Facebook application as part of the app call, the NativeAppCallContentProvider must be specified correctly in the application's AndroidManifest.xml.
public OpenGraphDialogBuilderBase setImageAttachmentsForAction(List bitmaps)
المعلمة | الوصف |
---|---|
bitmaps | A list of Bitmaps to be uploaded and attached to the Open Graph action |
setImageAttachmentsForAction(List, boolean)
Specifies a list of images for the Open Graph action that should be uploaded prior to publishing the action. The action must already have been set prior to calling this method. This method will generate unique names for the image attachments and update the action to refer to these attachments. Note that calling setAction again after calling this method will not clear the image attachments already set, but the new action will have no reference to the existing attachments. The images may be marked as being user-generated -- refer to this article for more information.
In order for the images to be provided to the Facebook application as part of the app call, the NativeAppCallContentProvider must be specified correctly in the application's AndroidManifest.xml.
public OpenGraphDialogBuilderBase setImageAttachmentsForAction(List bitmaps, boolean isUserGenerated)
المعلمة | الوصف |
---|---|
bitmaps | A list of Bitmaps to be uploaded and attached to the Open Graph action |
isUserGenerated | If true, specifies that the user_generated flag should be set for these images |
setImageAttachmentFilesForAction(List)
Specifies a list of images for the Open Graph action that should be uploaded prior to publishing the action. The action must already have been set prior to calling this method. The images will not be marked as being user-generated. This method will generate unique names for the image attachments and update the action to refer to these attachments. Note that calling setAction again after calling this method will not clear the image attachments already set, but the new action will have no reference to the existing attachments.
In order for the images to be provided to the Facebook application as part of the app call, the NativeAppCallContentProvider must be specified correctly in the application's AndroidManifest.xml.
public OpenGraphDialogBuilderBase setImageAttachmentFilesForAction(List bitmapFiles)
المعلمة | الوصف |
---|---|
bitmapFiles | A list of Files containing bitmaps to be uploaded and attached to the Open Graph action |
setImageAttachmentFilesForAction(List, boolean)
Specifies a list of images for the Open Graph action that should be uploaded prior to publishing the action. The action must already have been set prior to calling this method. The images may be marked as being user-generated -- refer to this article for more information. This method will generate unique names for the image attachments and update the action to refer to these attachments. Note that calling setAction again after calling this method will not clear the image attachments already set, but the new action will have no reference to the existing attachments.
In order for the images to be provided to the Facebook application as part of the app call, the NativeAppCallContentProvider must be specified correctly in the application's AndroidManifest.xml.
public OpenGraphDialogBuilderBase setImageAttachmentFilesForAction(List bitmapFiles, boolean isUserGenerated)
المعلمة | الوصف |
---|---|
bitmapFiles | A list of Files containing bitmaps to be uploaded and attached to the Open Graph action |
isUserGenerated | If true, specifies that the user_generated flag should be set for these images |
setImageAttachmentsForObject(String, List)
Specifies a list of images for an Open Graph object referenced by the action that should be uploaded prior to publishing the action. The images will not be marked as user-generated. The action must already have been set prior to calling this method, and the action must have a GraphObject-valued property with the specified property name. This method will generate unique names for the image attachments and update the graph object to refer to these attachments. Note that calling setObject again after calling this method, or modifying the value of the specified property, will not clear the image attachments already set, but the new action (or objects) will have no reference to the existing attachments.
In order for the images to be provided to the Facebook application as part of the app call, the NativeAppCallContentProvider must be specified correctly in the application's AndroidManifest.xml.
public OpenGraphDialogBuilderBase setImageAttachmentsForObject(String objectProperty, List bitmaps)
المعلمة | الوصف |
---|---|
objectProperty | The name of a property on the action that corresponds to an Open Graph object; the object must be marked as a new object to be created (i.e., OpenGraphObject.getCreateObject() must return true) or an exception will be thrown |
bitmaps | A list of Files containing bitmaps to be uploaded and attached to the Open Graph object |
setImageAttachmentsForObject(String, List, boolean)
Specifies a list of images for an Open Graph object referenced by the action that should be uploaded prior to publishing the action. The images may be marked as being user-generated -- refer to this article for more information. The action must already have been set prior to calling this method, and the action must have a GraphObject-valued property with the specified property name. This method will generate unique names for the image attachments and update the graph object to refer to these attachments. Note that calling setObject again after calling this method, or modifying the value of the specified property, will not clear the image attachments already set, but the new action (or objects) will have no reference to the existing attachments.
In order for the images to be provided to the Facebook application as part of the app call, the NativeAppCallContentProvider must be specified correctly in the application's AndroidManifest.xml.
public OpenGraphDialogBuilderBase setImageAttachmentsForObject(String objectProperty, List bitmaps, boolean isUserGenerated)
المعلمة | الوصف |
---|---|
objectProperty | The name of a property on the action that corresponds to an Open Graph object |
bitmaps | A list of Files containing bitmaps to be uploaded and attached to the Open Graph object |
isUserGenerated | If true, specifies that the user_generated flag should be set for these images |
setImageAttachmentFilesForObject(String, List)
Specifies a list of images for an Open Graph object referenced by the action that should be uploaded prior to publishing the action. The images will not be marked as user-generated. The action must already have been set prior to calling this method, and the action must have a GraphObject-valued property with the specified property name. This method will generate unique names for the image attachments and update the graph object to refer to these attachments. Note that calling setObject again after calling this method, or modifying the value of the specified property, will not clear the image attachments already set, but the new action (or objects) will have no reference to the existing attachments.
In order for the images to be provided to the Facebook application as part of the app call, the NativeAppCallContentProvider must be specified correctly in the application's AndroidManifest.xml.
public OpenGraphDialogBuilderBase setImageAttachmentFilesForObject(String objectProperty, List bitmapFiles)
المعلمة | الوصف |
---|---|
objectProperty | The name of a property on the action that corresponds to an Open Graph object; the object must be marked as a new object to be created (i.e., OpenGraphObject.getCreateObject() must return true) or an exception will be thrown |
bitmapFiles | A list of Bitmaps to be uploaded and attached to the Open Graph object |
setImageAttachmentFilesForObject(String, List, boolean)
Specifies a list of images for an Open Graph object referenced by the action that should be uploaded prior to publishing the action. The images may be marked as being user-generated -- refer to this article for more information. The action must already have been set prior to calling this method, and the action must have a GraphObject-valued property with the specified property name. This method will generate unique names for the image attachments and update the graph object to refer to these attachments. Note that calling setObject again after calling this method, or modifying the value of the specified property, will not clear the image attachments already set, but the new action (or objects) will have no reference to the existing attachments.
In order for the images to be provided to the Facebook application as part of the app call, the NativeAppCallContentProvider must be specified correctly in the application's AndroidManifest.xml.
public OpenGraphDialogBuilderBase setImageAttachmentFilesForObject(String objectProperty, List bitmapFiles, boolean isUserGenerated)
المعلمة | الوصف |
---|---|
objectProperty | The name of a property on the action that corresponds to an Open Graph object; the object must be marked as a new object to be created (i.e., OpenGraphObject.getCreateObject() must return true) or an exception will be thrown |
bitmapFiles | A list of Bitmaps to be uploaded and attached to the Open Graph object |
isUserGenerated | If true, specifies that the user_generated flag should be set for these images |