You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ProjectSummary>The .Net OneAll SDK originally created by me at XPG. Contains code examples that show you how to use OneAll REST API and how to implement and customize Social Login on your own website. The OneAll.Net SDK supports single and multiple OneAll REST API connections simultaneously. It also includes extension methods for use in ASP.Net Web Pages as well as extensions for .Net MVC Razor Engine and a singleton API class for easy server side interaction. Full CHM documentation is included.</ProjectSummary>
/// (response.Request.Status.Code.Equals(200) || response.Request.Status.Code.Equals(207)) && // 207 is a multi-status, see OneAll documentation for details
@@ -666,7 +666,7 @@ public Response<PostResult> UserPublishContent(Guid token, PostMessage message)
0 commit comments