I have a fusion table that I wish to do inserts and updates to that I need to be made accessoble to Google Maps.
I really am looking to see how I can issues insert statements through the fusion table api and have it readible in google maps.
It seems like I can only create a private table or don't have permissions to create a public table this way.
I am trying to use OAUTH to access this table and do inserts and updates both through a WebApp and Java Client
I can do a select to this table with my access token (that I receive through passing my client secret and refresh token credentials) no problem programatically.
Anyone know of a way to make this table data accessible using OAUTH2 and point me to code to do it? -- Thanks,