My question is very simple and it's in the title: "Is it possible to make a open source app for Facebook?"
If so, how do you manage things in the app which are supposed to be private (like the api_id I think)?
|
My question is very simple and it's in the title: "Is it possible to make a open source app for Facebook?" If so, how do you manage things in the app which are supposed to be private (like the |
||||
|
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Yeah, of course. You just keep things like your This is how you would run any open source application that has "secrets" - which is a lot of them. You just put a dummy file in its place that says something like, "Put your secrets in this file", and you're done. Don't over think it. :D See the question, ActionMailer password security, for a specific example. |
||||
|
|