Method | Description | |
---|---|---|
Post ( string endpoint, string>.Dictionary |
Posts data to the Snapchat API
|
|
PostBodyParser ( string>.Dictionary |
Generates a Post Body Query String from a Dictionary of Post Data Entries
|
public static Post ( string endpoint, string>.Dictionary |
||
endpoint | string | The endpoint to point to (ie; login, logout) |
postData | string>.Dictionary | Dictionary of data to post |
typeToken | string | /// The token to generate the req_token (StaticToken for Unauthorized Requests, AuthToken for /// Authorized Requests) /// |
timeStamp | string | The retarded Snapchat Timestamp |
headers | string>.Dictionary | Optional Bonus Headers |
return | Task |
public static PostBodyParser ( string>.Dictionary |
||
postEntries | string>.Dictionary | A dictionary of post data entries. |
return | string |