I'm working on a project which is both a web application and installed. This is an extension to a content management system, which users will install on their own web server. Because of this, I can't specify a Redirect URI when I create the application key - I have to generate it dynamically depending on which site it's installed on. I don't think it makes sense to distribute the php code with the Client Secret in it. So how would I create a key and use it with the php client libraries for an installed/web application like this? Thanks! Mike
make a section to enter the application key let the customer do that fetch that from a table everytime you need. also provide a section for entering installation url. use these datas to query each time