I have almost finished the facebook client part of the information retrieval system.
The system have access to all the information that the user grant permission on.
(almost means I have wrote the data retrieval function and I can retrieve all the user's information with it, but I haven't done the UI part - for simplicity, I just print it on the html page - will be updated to a more fancy UI when integrate all sub-systems together)
Currently, I am working on the Twitter API.
Tuesday, 24 April 2012
Sunday, 15 April 2012
facebook client 1
I finally understand how the authentication work on Facebook.
No matter what kind of app I am implementing, I need a server, which is used by Facebook to give my app a token to access all the approved information of a certain user.
Then I need to create a simple html page with some JavaScript on a server.
I also need to learn how to do OO in JavaScript.
Learn jQuery.
No matter what kind of app I am implementing, I need a server, which is used by Facebook to give my app a token to access all the approved information of a certain user.
Then I need to create a simple html page with some JavaScript on a server.
I also need to learn how to do OO in JavaScript.
Learn jQuery.
Tuesday, 10 April 2012
Sunday, 8 April 2012
Facebook API
- web app is just single-page website, using ajax requests to fetch json response.
- restful JSON:
- JavaScript MVC: http://www.alistapart.com/articles/javascript-mvc/
- goal: make JavaScript code reusable and maintainable
- Google JS test is suitable for unit testing
- JQuery is usefull
stating coding on facebook client
Sunday, 1 April 2012
Thesis Proposal
Questions about the Proposal:
1. Do I start this project from last December or March 5th 2012?
2. When do I do Unit Testing? Do I need to do them just after the implementation or I can do it until I have finished the Integrated prototype?
3. Estimated finishing time of the integration prototype is end of May.
1. Do I start this project from last December or March 5th 2012?
2. When do I do Unit Testing? Do I need to do them just after the implementation or I can do it until I have finished the Integrated prototype?
3. Estimated finishing time of the integration prototype is end of May.
Subscribe to:
Posts (Atom)