GetPictureUrl Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Returns a URL of the objects picture in the requested size

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public string GetPictureUrl(
	string i_PictureSize
)
Visual Basic
Public Function GetPictureUrl ( _
	i_PictureSize As String _
) As String
Visual C++
public:
String^ GetPictureUrl(
	String^ i_PictureSize
)

Parameters

i_PictureSize
Type: System..::..String
The requested size of the object picture

Return Value

A URL of the objects picture in the requested size

See Also