Does stackoverflow have apis that can be used to create plug ins on other web sites? [closed] - api

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I would like to know if stackoverflow has api's that can be used as plug-ins to be put on other websites ?
Lets say in another forum , a guy posts a question , is it possible to use any api and transfer the question to stackoverflow and then transfer the answers back to the forum ?

Yes
http://api.stackoverflow.com/1.0/help

Yes, there is an API, but it can't be used as you describe. The API is read-only in its current version (1.0), so you can't create or edit posts yet. See StackApps API Documentation and Help for information on what capabilities the API gives you.

Related

Is there a free API for generating Google compatible sitemaps? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
There's plenty of websites that offer this service for free, like this one.
The input/output for the service is perfect. Here's a url, and it gives me back some XML.
Does anyone know of a similar service that is available as an API, so I can just call it by passing a site url, and it return some xml?
Not free. But you could use the command line version of A1 Sitemap Generator. It can do what you want, see: http://www.microsystools.com/products/sitemap-generator/help/automate-sitemap-build-upload/
Otherwise, I believe you can find some old PHP scripts that create sitemaps, and then maybe tailor them to your needs? One example might be: http://enarion.net/tools/phpsitemapng/

runwithfriends licensing information [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I cant find the licensing information for runwithfriends sample FB app. Can any one please point me to a link with this info? Searched exhaustively but cant find anything. I want to edit this app a lot to make my own app since the functionality of my app is little similar.
Can we freely use sample apps to build our own? Are they bound with a license?
Licensing info can be found at the top of main.py.

what is the secret of appearing titles on google search result very fast? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I need to know how stackoverflow's questiones appear on google search result very fast I know what are points google consider to rank some title but I think the architecture of design is important because they appear very fast after some minutes I ask a question and I have been seen it in google result just in a minute. what is the secret ?
Is there any relation between asp.net-mvc web application with that or not asp.net application could be fast in google result.
This Pro Webmasters questions covers this. It basically boils down to having lots of fresh content and quality links.

Stock Market API [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I wondered if there was some stock market api that would allow me to create an indepenant website to display a certain corporation's stock info.
I've looked at Google Finance API and apparently you can only use it to make iGoogle gadgets so that won't work.
Yahoo actually does this quite well. They offer web services that you can get quotes from.
http://code.google.com/p/yahoo-finance-managed/wiki/YahooFinanceAPIs
I believe you are incorrect about the Google Finance API (no longer available). There is a Javascript API which you should be able to use in any ordinary web application.

Wiki solution for APIs documentations? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm wondering if there is any Wiki solutions that perfectly fit an API documentation and let you nicely list the end points and parameters/responses.
Any recommandations?
Thanks
take a look at MindTouch.
API Documentation is one of the ways the developer site http://developer.mindtouch.com makes use of the product
Not a direct answer to this question but definitely a good starting point to help you get answered:
I had the same questions and initially thought PBWorks since that's who Twitter originally used for their API Wiki and in the past I've used Google Sites (on the Kwwika Wiki) since it's effectively a wiki.
I'm sure that if you want a more automated solution that will allow you to auto create your wiki from a build process then there will be solutions such as Read the Docs.
All this said I think a really good starting point is WikiMatrix and their Wiki Choice Wizard.