[This is preliminary documentation and is subject to change.]

Returns the set of user tags on all photos specified.

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public FacebookResponse<FacebookList<PhotoTag>> GetTags(
	string[] pids
)
Visual Basic (Declaration)
Public Function GetTags ( _
	pids As String() _
) As FacebookResponse(Of FacebookList(Of PhotoTag))
Visual C++
public:
FacebookResponse<FacebookList<PhotoTag^>^>^ GetTags(
	array<String^>^ pids
)

Parameters

pids
Type: array< System..::.String >[]()[]
The list of photos from which to extract photo tags. This is a comma-separated list of PIDs.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.PhotosController.GetTags(System.String[])"]

See Also

PhotosController Class
Facebook.Api.Controllers Namespace