GET api/TwitterFeed/GetAccessToken

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
cr
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Title": "",
  "UserName": "",
  "Consumer": "",
  "ConsumerSecret": "",
  "OAuthAccessToken": "",
  "OAuthAccessTokenSecret": "",
  "LockAttributes": [],
  "LockAllAttributesExcept": [],
  "LockElements": [],
  "LockAllElementsExcept": [],
  "LockItem": true,
  "ElementInformation": {
    "Properties": [
      {
        "Name": "title",
        "Value": "",
        "DefaultValue": "",
        "ValueOrigin": 0,
        "IsModified": false,
        "IsKey": false,
        "IsRequired": true,
        "IsLocked": true,
        "Source": "",
        "LineNumber": 0,
        "Type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
        "Validator": {},
        "Converter": {},
        "Description": null
      },
      {
        "Name": "username",
        "Value": "",
        "DefaultValue": "",
        "ValueOrigin": 0,
        "IsModified": false,
        "IsKey": false,
        "IsRequired": false,
        "IsLocked": true,
        "Source": "",
        "LineNumber": 0,
        "Type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
        "Validator": {},
        "Converter": {},
        "Description": null
      },
      {
        "Name": "consumer",
        "Value": "",
        "DefaultValue": "",
        "ValueOrigin": 0,
        "IsModified": false,
        "IsKey": false,
        "IsRequired": true,
        "IsLocked": true,
        "Source": "",
        "LineNumber": 0,
        "Type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
        "Validator": {},
        "Converter": {},
        "Description": null
      },
      {
        "Name": "consumersecret",
        "Value": "",
        "DefaultValue": "",
        "ValueOrigin": 0,
        "IsModified": false,
        "IsKey": false,
        "IsRequired": true,
        "IsLocked": true,
        "Source": "",
        "LineNumber": 0,
        "Type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
        "Validator": {},
        "Converter": {},
        "Description": null
      },
      {
        "Name": "oauthaccesstoken",
        "Value": "",
        "DefaultValue": "",
        "ValueOrigin": 0,
        "IsModified": false,
        "IsKey": false,
        "IsRequired": true,
        "IsLocked": true,
        "Source": "",
        "LineNumber": 0,
        "Type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
        "Validator": {},
        "Converter": {},
        "Description": null
      },
      {
        "Name": "oauthaccesstokensecret",
        "Value": "",
        "DefaultValue": "",
        "ValueOrigin": 0,
        "IsModified": false,
        "IsKey": false,
        "IsRequired": true,
        "IsLocked": true,
        "Source": "",
        "LineNumber": 0,
        "Type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
        "Validator": {},
        "Converter": {},
        "Description": null
      }
    ],
    "IsPresent": false,
    "IsLocked": false,
    "IsCollection": false,
    "Source": null,
    "LineNumber": 0,
    "Type": "Config.AccountElement, Blackpool.WebClient.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
    "Validator": {},
    "Errors": []
  },
  "CurrentConfiguration": null
}

application/xml, text/xml

Sample:
<AccountElement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Config">
  <LockItem xmlns="http://schemas.datacontract.org/2004/07/System.Configuration">true</LockItem>
</AccountElement>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>