I am developing for Windows phone 8.1 using universal apps Windows store.
Able to get AccessToken after adding Portable library target to Windows phone 8.1 but status API not fetching any data and throw exception like "net_http_message_not_success_statuscode".
Code:
var client = OAuthUtility.CreateOAuthClient(key, secret accessToken);
I am developing for Windows phone 8.1 using universal apps Windows store. Able to get AccessToken after adding Portable library target to Windows phone 8.1 but status API not fetching any data and throw exception like "net_http_message_not_success_statuscode".
Code: var client = OAuthUtility.CreateOAuthClient(key, secret accessToken);
Please help.