Viewing 1 replies (of 1 total)
  • Mike

    (@michael-copestake)

    Hi @curlewproject

    I’m afraid I’m useless with API too, however from the page you linked I would start by setting the Ping URL to:

    https://www.googleapis.com/fusiontables/v1/query

    The page them says that this needs to be sent:

    INSERT INTO <table_id> (<column_name> {, <column_name>}*) VALUES (<value> {, <value>}*)
    { {;INSERT INTO <table_id> (<column_name> {, <column_name>}*) VALUES (<value> {, <value>}*)}* ;}

    So I would try something like this:

    INSERT INTO <table_id> (email) VALUES (%useremail%); INSERT INTO <table_id> (name) VALUES (%username%);

    That will almost certainly NOT work, but it’s at least a start, and maybe someone else will reply with some better advice!

    Regards,
    Mike

Viewing 1 replies (of 1 total)
  • The topic ‘Membership ping to google fusion table’ is closed to new replies.