C# Class FSquareCSharp.FSquare

Inheritance: System.Web.UI.Page
Show file 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 property

public string _consumerkey
return string

_consumersecret public property

public string _consumersecret
return string

fname public property

public string fname
return string

fsquareauthenticateurl public property

public string fsquareauthenticateurl
return string

jsonresponse public property

public string jsonresponse
return string

lname public property

public string lname
return string

oAuth public property

public oAuth4Square oAuth
return oAuth4Square