Lotus Notes & Rest API

HiI am having a requirement to research on Rest API, I need to transfer data from Lotus notes to Suppose face book.

If I am having any post of Dali in Facebook, and I created any document using my ID Dali in Lotus notes, it should be copied to my post in Facebook.

Can someone guide me how to start with this

Regards

Dali

Subject: Guide

  1. Gather a detailed specification from the customer to figure out exactly what they need to do and how they expect the function to work.

  2. Learn and understand now a REST API works (if you don’t already have that knowledge).

  3. Now when you know 1) and 2) you can start designing a proper solution. You may have to read up on the Facebook API (including OAuth) and then see how you can accomplish it from/in IBM Notes. Depending on exactly what you need to do, you have to pick what language to use, Lotusscript or perhaps Java.

  4. Make sure you (and the users) are running the latest version of IBM Notes. You are posting in the Notes 8 forum, but I would suggest that you upgrade to 9.0.

  5. Now you can write your code. If you encounter any problems, post either in a developerWorks forum or on Stack Overflow. Don’t forget to include your code, to show what you have done and that you have attempted to solve the problem yourself first.