After implementation in app retrieving of user information got problem with statusMessage property though was able to change status from app and check that fact on related network (also managed to get other user properties in response from app). Tried to get statusMessage in response using curl, but again failed:


Input:

- getting token:
first used getting token curl and copy/pasted <oauth_consumer_key value>, <oauthToken value>, <oauthTokenSecret value> and <author value> into next command body:

- getting user information:
curl -H 'Authorization: OAuth oauth_signature_method="PLAINTEXT",oauth_consumer_key=<oauth_consumer_key value>,oauth_token=<oauthToken value>,oauth_signature="ee664728-a908-4b69-8dda-d32cb2d822bc%26<oauthTokenSecret value>"' 'https://external.ningapis.com/xn/rest/getsocialize/1.0/User?fields=statusMessage,id,fullName,createdDate,iconUrl&author=<author value>'

 

Output:

got properties: id, author, createdDate, fullName, iconUrl but no statusMessage

 

Question:

If there is something wrong with API calls for statusMessage or i missed something?

Views: 56

Reply to This

Blog Posts

Getting Started

Posted by Kyle Ford on October 13, 2010 at 8:00am 3 Comments

A Note on API Pricing

Posted by Phil McCluskey on October 1, 2010 at 8:55am 0 Comments

Welcome to Build!

Posted by Kyle Ford on September 30, 2010 at 8:30pm 1 Comment

Ning Status

© 2024   Created by Build Team.   Powered by

Badges  |  Report an Issue  |  Terms of Service