some of the questions i have read http://facebook.stackoverflow.com/questions/1927676/scraping-a-facebook-app-for-data
http://facebook.stackoverflow.com/questions/2028940/access-to-facebook-data
I want to create a spreadsheet that will contain all the diff items that i have in a facebook game, i.e. weapons Armour. I thought this would be fairly easy. I have created a some experience with c++, javascript, php, and to a lesser extent python. I have been able to import the Items to an excel spreadsheet. but it imports every thing on the webpage. and i would like to be able to have seperate sprreadsheets for each type of item and have the spread sheet update automaticly. so i went to the google data api. an the problem there is that facebook wont let my google spreadsheet script access anything it redirects me to the login page(or atleast that is what i suspect because when i run the debug it shows the a redirected url). then i read about how javascript does not work coss domain.cross domain javascript. and sience google spript is java based i thought that that might be the problem. so I went to scraperwikihttps://scraperwiki.com/ and created a spript there in php thinking that would solve the problem. Now i should mention that i have tested if i can access this page without being loged into facebook (meaning i logged out of facebook and called the site and i was able to pull the site up in the browser and use a java shell to get the data i wanted. then when i click another link that requirs me to belogged into facebook the login screen would show up i would click the bookmark to the page i want to get the data from and i can see it and get the data from javashell.)
So after that long story my questions are 1. will oauth solve this road block?
if i created a FB app would i be able to get the data i wanted and then be able to get it to the google spreadsheet?
would something like Watin https://stackoverflow.com/questions/tagged/watin be a better way? (I have no idea what it is capable of)