NETWORK_OAUTH_METHOD NETWORK Endpoint
  /ondemand/network/?method=NETWORK_OAUTH_METHOD  
  Access an OAuth method using a HMAC-SHA1 signature.

If the method is the 2nd phase in getting access to a users account on the oauth service, then set &remember=1 to have the users oauth access token/secret automatically stored for later use.
 
  PARAMETERS TYPE NOTES
  type Numeric 7=Twitter, 9=LinkedIn, 10=Other, 11=Skype
  typetext Text TWITTER, LINKEDIN, SKYPE, OTHER
  urltimeout Text Where to redirect if timeout occurs.
  urlendpoint Text The services endpoint url - if 2nd phase in gettting an access token then for Twitter it is http://twitter.com/oauth/access_token.
  oauthmethod GET, POST Defaults to GET
  oauth_token    
  oauth_token_secret    
  token 1 Include token
  remember 1 Remember access token.
  p_[parameter] Text Add the [parameter] and value to the endpoint request.
  responseparameters Text - delimited list of parameters you want returned.
  RETURN  
  status SUCCESS, ERROR