AccessToken Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the Page admin access_token

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

Syntax

C#
public string AccessToken { get; }
Visual Basic
Public ReadOnly Property AccessToken As String
	Get
Visual C++
public:
property String^ AccessToken {
	String^ get ();
}

.NET Framework Security

Permission Description
The current user must be an administrator of this page only returned if specifically requested via the fields

See Also