ユーザーの場所を TWRequest に添付したいと思います。URL を (次のようなもので) 変更しようとしまし"http://api.twitter.com/1/statuses/update.json?lat=37.76893497&long=-122.42284884"
たが、応答は "401 Unauthorized" または "400 Bad Request" でした。
私のTWRequest:
TWRequest *postRequest = [[TWRequest alloc] initWithURL:
[NSURL URLWithString:@"http://api.twitter.com/1/statuses/update.json"] parameters:[NSDictionary dictionaryWithObject:[tweet text] forKey:@"status"] requestMethod:TWRequestMethodPOST];
前もって感謝します。