authenticating with php client libraries for an installed web application?

Discussion in 'Google API' started by pearl-group, Jul 30, 2012.

  1. #1
    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
     
    pearl-group, Jul 30, 2012 IP
  2. inout

    inout Greenhorn

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #2
    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
     
    inout, Aug 8, 2012 IP