-
I'm having real troubles with the blog post API. I've tested it all to a development server, and everything works fine. As soon as I point to the production server, I cannot consume the BlogPost service. Using the urls, I can see the following… http://www.hitched.co.uk/Chat/api/blogs.ashx/blogs…
-
Have any of you ever tried building applications against the CS REST services? I have, and it has been nothing short of frustrating. A few months ago I started working on a major project that leveraged it exclusively, and I started having problems with it almost right away. Most of the issues I could…
-
I created a Web Service that mimics the application login method to do this on our site. I created a folder called OurCompanyWebServices in the Community Server installation, then created an asmx page to put in utilities such as this that aren't handled by the REST api. Then, you can use SOAP to…
Posted to
Developers
(Forum)
by
SEOCoder
on
Thu, Jan 15 2009
Filed under: REST API, api, membership, webservice, Password, Web services, SOAP, passwords, Authorization
-
There are Internet-based microblogging and "group chat" apps like Twitter, Laconi.ca and Yammer that could provide a reasonable corporate experience. However, to bring any of these solutions "inside the firewall" is a non-trivial effort, and we'd like to continue to leverage the…
-
Greetings, I am using API to get all the threads, I am getting an error when trying to get the subject for the threads. it is blank for all the records. can any one help me in this issue????? ForumsService service = new ForumsService(" http://localhost:100/ ", "admin", "nt584hmp"…
Posted to
Developers
(Forum)
by
Suren
on
Fri, Dec 26 2008
Filed under: REST API, forum, api, forums, Thread, Client API, ForumList, REST, Forum Thread Query, CS 2008.5 SP1, Forum List, Thread Subject, API Bug
-
Hi, I'm trying to see if a user has permission to do various forum activities via the Rest API. I've got the following code: public static bool HaveForumPermission(Permission permission, int forumID) { Service service = RestApiConnection.GetService(); PagedList<Role> roles = service.Membership…
-
Daniel, Assuming your community site is 2008+ You can perform these data requests against the REST API. How difficult it would be depends on your environment, your experience, etc. but generally speaking it's not terribly difficult. The primary issue would be how you lookup a user. If the email address…
-
Does anybody have any sample code how to make POST calls to the REST API using just an HTTP call? For example I can create make a call to get blog posts by using the code below. 43 string AllBlogsURL = "api/blogs.ashx/blogs/24/posts" ; 44 WebRequest request = WebRequest .Create(CommunityServerBaseURL…
-
I would like to be able to access information stored as extended attributes in the user class from the rest api. Unfortunately it appears that this information is not serialized with the rest of the data. Is there any possibility of an update or extension to the rest api so that these extended attributes…
Posted to
Developers
(Forum)
by
aboy021
on
Sun, Nov 23 2008
Filed under: REST API, user, REST, userinfo, User Profile Extensions Extensibility
-
Seems to be something wrong with the returning format When i try /api/blogs.ashx/blogs IE throws an error: Internet Explorer does not support this feed format. Go back to the previous page. More information Supported feed formats ATOM 0.3, 1.0 RSS 0.91, 0.92 RSS 1.0 RSS 2.0