c# - TrelloNet objects always returning null -


itrello trello = new trello(appkey); trello.authorize(token); member me = trello.members.me(); 

for example, in case return user return null, want know how fix it. thaks.

are sure passing correct appkey string trello constructor?

per documentation, have so.

itrello trello = new trello("[your application key]"); 

where [your application key] key string https://trello.com/1/appkey/generate (need logged in trello before access url.

the token in 2nd line string, not class.

trello.authorize("[the token user got]"); 

source: trello.net wiki


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -