How can I enable anonymous posting in OSQA? [closed] - anonymous

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 am wondering about how to enable anonymous posting of question and answer in a OSQA website, like stackoverflow.com does. If OSQA does not support this feature yet, can you please give me a short brief on how can I implement a such feature like that?

Currently users, that are not authenticated cannot ask questions, post comments and answers. Actually the whole concept of Q&A community is based on user authorization. Just try to imagine a "community" where the one who asks is unknown (or call him a guest, if you like), and the ones who answer and comment are also unknown users.
Personally I don't think that the registration process is painful. Actually it's maximally simplified and users can get registered in less than a minute. Anyway, will be glad to hear how you think it can be improved.

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/

How does a competing social network get permission to export data through a facebook app? [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
It says in the app agreement that a competing social network has to get permission to export user data to their website. I noticed that sites like Pinterest and Myspace etc. can do this, did they have to get permission? How does one do this?
-Wayne
http://www.facebook.com/help/?page=220217228006012
Enter your question into help search and get your answer from our database of common questions. If you can’t troubleshoot your issue with our instructions, we’ll provide you with a custom form to contact us for further support.
I've contacted them for other issues that way and eventually got a reply. It might work for you too. I'm not aware of a direct email address.
There is also a fairly vague section on contacting Facebook here: http://developers.facebook.com/policy/contact/

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.

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.

Does stackoverflow have apis that can be used to create plug ins on other web sites? [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 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.