0
我有一個PhotobucketNet用戶登錄問題(我需要用戶登錄,所以我可以上傳一張圖片從HDD到他的Photobucket帳戶)。PhotobucketNet照片上傳
Photobucket photobucket = new Photobucket("myapikey", "myapisecret");
photobucket.LaunchUserLogin();
// the problem happens here
photobucket.RequestUserToken();
如果我叫RequestUserToken(),它會立即發生,所以我會得到一個崩潰的原因用戶沒有登錄,並且沒有一個已經在用戶登錄後引發的事件。有一些變量(布爾或其他),我可以檢查,看看用戶是否登錄 - 也許把它放在一個循環與計時器? 也是他們的一種方式來知道用戶是否取消登錄? 我知道計時器不是一個好的解決方案,所以如果任何人有什麼更好的想法,我打開任何建議...