C# Class FSquareCSharp.FSquare

Inheritance: System.Web.UI.Page
Exibir arquivo Open project: aravamudham/foursquare-oauth-c--library

Public Properties

Property Type Description
_consumerkey string
_consumersecret string
fname string
fsquareauthenticateurl string
jsonresponse string
lname string
oAuth oAuth4Square

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetFSquareTokenDetails ( string json ) : FSquareToken

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

_consumerkey public_oe property

public string _consumerkey
return string

_consumersecret public_oe property

public string _consumersecret
return string

fname public_oe property

public string fname
return string

fsquareauthenticateurl public_oe property

public string fsquareauthenticateurl
return string

jsonresponse public_oe property

public string jsonresponse
return string

lname public_oe property

public string lname
return string

oAuth public_oe property

public oAuth4Square oAuth
return oAuth4Square