Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的应用程序使用 Prism/MEF,现在我们需要绑定到 twitter/facebook/linkedin/google+ 等。
Spring.Net 社交库似乎包含了其中一些,所以问题是 -
是否可以仅使用wpf 应用程序中的 spring.social ?
或者,任何其他包含一些社交 API 的库?
我们发现的另一个库是 socialauth.net,但它主要用于网络应用程序
Afaik,你不需要使用 spring.net 依赖注入框架来使用 spring.social;它只依赖于 spring.rest (它又没有依赖关系)。因此,您应该能够将它与 Prism/MEF 或您使用的任何框架一起使用。
查看nuget 包- 似乎支持 atm Twitter、LinkedIn 和 Dropbox,因此并未满足您的所有要求。
目前看来,facebook lpugin正在开发中。
是的,您可以单独使用 Spring.NET Social,如示例中所示。