question

You must Login before you can answer or comment on any questions.

Can you make a facebook type of app or a instangram app or a whatsapp ..using titanium ??

1 Answer

Accepted Answer

Yes, as long as you have access to their API's. An API is an Application Programming Interface. It's the interface that Facebook, Instagram, etc. provides to developers that gives access to their data.

For Facebook:

Facebook API docs

Appcelerator Facebook Docs

For Instagram:

Instagram API Docs

You can google search "API", "weather API", "Instagram API", or "TheProgramYouLike API" to find out if the program, app, or service that you like has an API.

— answered 12 months ago by Darren Adams
answer permalink
5 Comments
  • Thank for the anwser!! How do i add the api to titanium or how do i implement it????

    — commented 12 months ago by Ronny Rodriguez

  • In most cases you'll use the HTTPClient Object in Titanium.

    That being said, I can already see your next question being, "How do I do that?".....

    Based on that and seeing your past questions here in Q&A, you really need to start watching the getting started videos. If you keep asking basic questions that are answered in the docs and the videos, you will start wearing people thin. The users that get the most help here in Q&A are users that are attempting something with their own code and need help.

    All Videos Here

    — commented 12 months ago by Darren Adams

  • The issue is that all the docs and videos... dont example things well...i mean docs talks about method and.properties but no example...im a visual learner..ill figure it out

    — commented 12 months ago by Ronny Rodriguez

  • Show 2 more comments

Your Answer

Think you can help? Login to answer this question!