Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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,

share|improve this question
Can you give me some more details: You wrote, that you can select data using the API. What kind of error do you get when trying to insert data? Can you provide a snippet of your code? – Odi Jun 7 '12 at 16:05
Google Fusion Tables supports public tables. Are you querying the API using your API key? Can you include examples of the URLs that you're trying to call to perform the operations? – user645715 Aug 4 '12 at 16:37

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.