Table of Contents

Class UriWebServices.Facebook

Namespace
SunamoUriWebServices
Assembly
SunamoUriWebServices.dll

Provides Facebook-related URL building methods.

public class UriWebServices.Facebook
Inheritance
UriWebServices.Facebook
Inherited Members
Extension Methods

Methods

FacebookProfile(string)

Gets the Facebook profile URL for the specified nickname.

public static string FacebookProfile(string nickname)

Parameters

nickname string

The Facebook username or nickname.

Returns

string

The Facebook profile URL.

FbTopSearch(string)

Gets the Facebook top search URL for the specified search query.

public static string FbTopSearch(string searchQuery)

Parameters

searchQuery string

The search query.

Returns

string

The Facebook top search URL.