I have an android app, that uses wireless enabled health sensors to be monitored from an android devices. Since, I am new to both web and Facebook application development, I was wondering if I could:
-
Use Facebook as a platform (without using any other websites), for sending all health data from mobile directly to Facebook.
-
Use those data, received from mobile devices and plot graphs, charts and send notification to friends based on those data.
-
I want to do everything in Facebook. Which programming language do I need to use?
Since, I am noob on this please forgive me. Many thanks.
I can’t say that I understand what it is you’re after, I’ll try to answer as best as I can/understand:
You can send data to facebook of course, from any device that has internet connection, but data that is sent to facebook is being shared with others, it’s not a hosting service, the whole purpose is to share the data with friends. Is that what you want?
If you need to compute and perform calculations on the data then you’ll probably (if the calculation is not very simple) need to do that on your own servers, you can then create those graphs and present them in a facebook application.
Define “doing things in facebook”. Facebook do host your application, you need to have your own server(s) which host your files, heck even if your application is completely static, that is just html/js/css/images, you still need to host is somewhere. Facebook is just an interface to your application.
I hope I helped with this and made things more clear for you, if you still have things you need/want to understand, please explain your situation better.