ドロップボックスフレームワークの接続、切断、ダウンロードなどでほとんどすべてを行うことができます.アクセストークンを取得したいのですが、次のメソッドが返されますnull
.m ファイルの 1 つに
//try to get access token
MPOAuthCredentialConcreteStore *credentials=[[MPOAuthCredentialConcreteStore alloc] init];
NSLog(@"access token %@",credentials.accessToken);
ユーザーのアクセストークンを取得するにはどうすればよいですか?