"React Components (2018)" was retired on March 1, 2023. You are now viewing the recommended replacement.

Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

What language do I need to write Facebook apps and Chrome Store?

May I know how to write facebook apps & chrome store? I'm a student of Team Tree House so I want to know which language do I need to write these apps. I haven't learned Ruby yet. I found this course in Udemy "The complete guide to create and publish your apps on Facebook and Chrome store".

Thanks in advance

1 Answer

Hey May,

Facebook supports JS, PHP, Ruby, Node.js and C#. (For the Web) For more infos check: https://developers.facebook.com/ You can also develop for iOS or Android as a native app.

Chrome supports HTML, CSS, JavaScript, images, and anything else you need - that adds functionality to the Google Chrome browser. In addition to the chrome.* APIs, extensions can use all the APIs that the browser provides to web pages and apps. If the browser doesn't support an API you want to use, you can bundle additional API libraries into your extension. More Infos here: http://developer.chrome.com/extensions/getstarted.html

Thanks. In team tree house, which course do I need to attend for developing facebook apps?