google / beacon-platform

Code samples for Google's beacon platform
Apache License 2.0
391 stars 262 forks source link

How to integrate beacon proximity api to Web #52

Open jabbar86 opened 6 years ago

jabbar86 commented 6 years ago

Hello, I want to integrate beacon proximity api to web.Example: I want to show a message of particular beacon to web so how can i do this

helenclarko commented 6 years ago

You will need to do a GET request to the beacon proximity API, but in order to do that you need to first Oauth before you can get anything from the API.

I suggest using the Oauth playground to get familiar with the API's and the data you can pull.

Key articles:

https://developers.google.com/beacons/proximity/reference/rest/v1beta1/beacons.attachments/list

https://developers.google.com/oauthplayground/