Click or drag to resize

IFBMessengerUserName Method

Looks up the user's name.

Namespace:  NetQuarry.Services.Facebook
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string UserName(
	string psid
)

Parameters

psid
Type: SystemString
The Facebook Page-Specific ID of the user.

Return Value

Type: String
The user name.
Exceptions
ExceptionCondition
FBApiException Thrown when Facebook returns an error. See https://developers.facebook.com/docs/messenger-platform/reference/send-api/error-codes for details on the possible error types and codes.
See Also