First time here? Check out the FAQ!
1

Where can I find information on creating an Askbot Android app?
 

I am looking into working on an Android application for Askbot forums. I have a few questions.

  1. Is it possible to build commercial application over Askbot? It seems I will have to GPLv3 if I make any changes to Askbot but my application doesn't have to under GPLv3. Is that correct?
  2. I couldn't find any information regarding how to access information (Q&A) from Askbot deployed sites. Are there any APIs?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
anonymous user
asked 10 years ago

Comments

see more comments

1 Answer

0

There is some limited API, which is read-only, possibly not sufficient for an app.

Yes - changes to the Askbot application code fall under the GPL3 license, but the Android App can avoid that as long as you don't reuse the code from Askbot.

Also, importantly - the third party app should not use name Askbot as it is registered USPTO trademark by the Askbot S.p.A.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 10 years ago
link

Comments

Do you see any demand for such an endeavor? Do you hear from users who would want and Android application? How much work are we talking about messing up with APIs to get 1.0 of a working Android application?

sudhirkhanger's avatar sudhirkhanger (10 years ago)

@Evgeny Is there any plan to update API's? Most of the new world is catching up with the mobile phone directly ignoring desktops. I am sure there is a huge demand for mobile API to give same features as desktop version.

dhawalbanker's avatar dhawalbanker (6 years ago)
see more comments