FacebookHelper Class

Definition

Contains static methods that allow to extract user's information from a Newtonsoft.Json.Linq.JObject instance retrieved from Facebook after a successful authentication process.

public ref class FacebookHelper abstract sealed
public static class FacebookHelper
type FacebookHelper = class
Public Class FacebookHelper
Inheritance
FacebookHelper

Methods

GetAgeRangeMax(JObject)

Gets the user's max age.

GetAgeRangeMin(JObject)

Gets the user's min age.

GetBirthday(JObject)

Gets the user's birthday.

GetEmail(JObject)

Gets the Facebook email.

GetFirstName(JObject)

Gets the user's first name.

GetGender(JObject)

Gets the user's gender.

GetId(JObject)

Gets the Facebook user ID.

GetLastName(JObject)

Gets the user's family name.

GetLink(JObject)

Gets the user's link.

GetLocale(JObject)

Gets the user's locale.

GetLocation(JObject)

Gets the user's location.

GetMiddleName(JObject)

Gets the user's middle name.

GetName(JObject)

Gets the user's name.

GetTimeZone(JObject)

Gets the user's timezone.

Applies to