Packagecom.swfjunkie.tweetr.oauth
Interfacepublic interface IOAuth
ImplementorsOAuth

Interface for the OAuth Class



Public Properties
 PropertyDefined by
  userId : String
[read-only] Get the twitter user_id (retrieval only available after successful user authorization)
IOAuth
  username : String
Get/Set the twitter screen_name (retrieval only available after successful user authorization)
IOAuth
Public Methods
 MethodDefined by
  
getSignedRequest(method:String, url:String, urlVars:URLVariables = null):String
Signs a Request and returns an proper encoded argument string.
IOAuth
Property detail
userIdproperty
userId:String  [read-only]

Get the twitter user_id (retrieval only available after successful user authorization)

Implementation
    public function get userId():String
usernameproperty 
username:String  [read-write]

Get/Set the twitter screen_name (retrieval only available after successful user authorization)

Implementation
    public function get username():String
    public function set username(value:String):void
Method detail
getSignedRequest()method
public function getSignedRequest(method:String, url:String, urlVars:URLVariables = null):String

Signs a Request and returns an proper encoded argument string.

Parameters
method:String — The URLRequest Method used. Valid values are POST and GET
 
url:String — The Request URL
 
urlVars:URLVariables (default = null) — URLVariables that need to be signed

Returns
String




comments powered by Disqus