Possible Duplicate:
How to open-source an application that uses API keys
I’m creating an application that uses a personal API key. How can I open source the application?
Possible Duplicate:
How to open-source an application that uses API keys
I guess now my question is, which is a good option to use?
Make the API key a configuration item so that it can be specified by the person using the code rather than having it hard-coded within the source.