0
I’m using a Facebook APP (and Javascript SDK) to use login on a website, in addition I must store some basic information about the user. As required by the teacher, this site was built "using the C language" (Mongoose).
The problem is: I can get user data with Javascript without any difficulty, but the database that will store it is in the C application (Sqlite3).
It would be feasible to make the Javascript part of the application have access to the same database to record user data or there is some way to take this data and use in existing C functions?
You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? Something needs to be improved?
– Maniero