Posts a photo on behalf of the loggedin user to this page's wall
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
Visual Basic |
---|
Public Function PostPhoto ( _
i_PictureFilePath As String, _
Optional i_Title As String = Nothing, _
Optional i_Caption As String = Nothing _
) As Post |
Visual C++ |
---|
public:
Post^ PostPhoto(
String^ i_PictureFilePath,
String^ i_Title = nullptr,
String^ i_Caption = nullptr
) |
Parameters
- i_PictureFilePath
- Type: System..::..String
[Missing <param name="i_PictureFilePath"/> documentation for "M:FacebookWrapper.ObjectModel.Page.PostPhoto(System.String,System.String,System.String)"]
- i_Title (Optional)
- Type: System..::..String
[Missing <param name="i_Title"/> documentation for "M:FacebookWrapper.ObjectModel.Page.PostPhoto(System.String,System.String,System.String)"]
- i_Caption (Optional)
- Type: System..::..String
[Missing <param name="i_Caption"/> documentation for "M:FacebookWrapper.ObjectModel.Page.PostPhoto(System.String,System.String,System.String)"]
Return Value
The newly created
Postobject
Remarks
.NET Framework Security
Permission |
Description |
|
publish_stream
|
See Also