我有本應該是一個簡單的應用程序,我需要完成。然而,OAuth 2只是讓我困惑。基本上,我需要將文件或文件組上傳到Box,Dropbox等文件夾以備用。如何使用OAuth 2
我已經通過SharpBox。看起來非常容易,但我無法編譯它。有一些導致它拋出一個錯誤缺少引用或東西:
Could not resolve this reference. Could not locate the "AssemblyAppLimit.CloudComputing.SharpBox.Net40". Check to make sure the assembly exists on disk. If this reference is required by your code.
而且出現以下錯誤:
The type or namespace name 'DropBoxCredentials' could not be found (are you missing a using directive or an assembly reference?)
據我所知,目前還沒有任何更新。如何解決這個問題?
雖然不是一個完整的答案,但你可能想看看http://dotnetopenauth.net/ – Matt 2013-05-04 17:34:41
如果你的地獄傾向於自己寫,我可以提供一個與facebook服務器端交互的工作示例,它是Oauth2,但它看起來像你已經在使用一些我不熟悉的「AssemblyAppLimit.CloudComputing.SharpBox.Net40」的自定義庫。另外你在哪裏得到這個DropBoxCredentials錯誤。在編譯? – Matt 2013-05-04 17:42:14
你好,是的,我有點希望能走我自己的路。自定義庫是http://sharpbox.codeplex.com/我沒有附加到它,只是我能找到的唯一的東西,它不工作。很高興看到auth進程的適當的oauth代碼。 – ShaneTheTech 2013-05-04 18:14:21