Tags the user in the photo
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
public bool Tag( string i_UserID, float i_XCoord, float i_YCoord ) |
Visual Basic |
---|
Public Function Tag ( _ i_UserID As String, _ i_XCoord As Single, _ i_YCoord As Single _ ) As Boolean |
Visual C++ |
---|
public: bool Tag( String^ i_UserID, float i_XCoord, float i_YCoord ) |
Parameters
- i_UserID
- Type: System..::..String
[Missing <param name="i_UserID"/> documentation for "M:FacebookWrapper.ObjectModel.Photo.Tag(System.String,System.Single,System.Single)"]
- i_XCoord
- Type: System..::..Single
[Missing <param name="i_XCoord"/> documentation for "M:FacebookWrapper.ObjectModel.Photo.Tag(System.String,System.Single,System.Single)"]
- i_YCoord
- Type: System..::..Single
[Missing <param name="i_YCoord"/> documentation for "M:FacebookWrapper.ObjectModel.Photo.Tag(System.String,System.Single,System.Single)"]
Return Value
true if the write is successful, false otherwiseRemarks
You can create a tag on the photo by issuing an HTTP POST request to the tags connection, PHOTO_ID/tags.
You can specify which user to tag using two methods: in the URL path as PHOTO_ID/tags/USER_ID, or in a URL parameter as PHOTO_ID/tags?to=USER_ID.
.NET Framework Security
Permission | Description |
---|---|
publish_stream |