Click here to Skip to main content
15,919,893 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to access multiple Web forums, Is there any one API or third party API by using that I can access all web forums. For example I want to access (nationstates, steampowered, simplemachines, StackOverFlow) these forums and many more forums. Is there any way to access by using one API?
Posted
Comments
Praveen Kumar Upadhyay 28-Jan-15 7:05am    
You can use RSS feed
Member 9893793 28-Jan-15 7:32am    
Please elaborate it.

Actually I am working on a project, where we need to access multiple Web Forums, I need a Generic way by using that I can get the User Data and Posts. For example these forums (nationstates, steampowered, simplemachines, StackOverFlow) provide their Api. So it is difficult to write 4 Methods for all these Forums. If in future my client says please add two more forums in this project then I will write 2 more Method for that API's.

Therefore I want a Generic way, By using that I can implement multiple web forums Api by using one method.

No, every forum will have it's own API. You can google to see if someone has written one that will work with several of the forums but I've never heard of one.
 
Share this answer
 
The only "generic" way to get all of these posts is if the forums let you subscribe to an RSS feed. The RSS feed is a standardized XML file format that you can parse to get the data. But, that's only if the forums offer a feed.

There is no generic API to use with all forums.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900