Skip to content

Instantly share code, notes, and snippets.

@wishpot
Created October 11, 2011 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wishpot/1278871 to your computer and use it in GitHub Desktop.
Save wishpot/1278871 to your computer and use it in GitHub Desktop.
OAuthCredential Resource
<?xml version="1.0" encoding="utf-16"?>
<OAuthCredential xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.wishpot.com/restapi">
<Id>1</Id>
<NetworkUserId>ID_ON_NETWORK_HERE</NetworkUserId>
<NetworkScreenName>DISPLAY_NAME_HERE</NetworkScreenName>
<AccessToken>ACCESS_TOKEN_HERE</AccessToken>
<AccessTokenSecret>SECRET_HERE</AccessTokenSecret>
<SocialNetwork>Shopify</SocialNetwork>
<CreatedTime>2011-10-11T18:01:46.487</CreatedTime>
<LastModifiedTime>2011-10-11T18:01:46.48</LastModifiedTime>
</OAuthCredential>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment