We need to mobilized a facebook application for a client. because of this is still a POC, so we do not have the access to their code. My idea is to scrape their app directly from their server and getting their information. We already put our URL to the mobile web url and we already manage to do one of their function which is getting the friend list which means we were authenticated. but then when i try to scrape from their server, the system can not detect the user even though that it is authenticated on our side. I already tried both server side and client side authentication but still cannot scrape and getting the right info because it return facebook id 0 from the scraper. Does anyone know what is the problem?
- Is it because facebook does not allow doing this kind of thing?
- Is it because of the cookies issues which clashed because both side have their own cookies?
- Is it because of we cant scrape?
Really need the experts help because it had been 2 weeks we tried to solve this problem but nothing works. Thanks