Calling a function requires an organization?

I’ve been building a little project with a Photon and having great fun - but now I need to integrate it with a web page. Calling my function from the command line works great.

However, from reading the docs, in order to do this from the web, I need an authentication token. And an authenticaiton token requries me to create an Organization, which costs $50/month?

Am I understanding this correctly?

No, an organization is not necessary.

Here's a tutorial I wrote that uses the particle-api-js Javascript API to create authentication tokens and call functions from a web page:

1 Like

thanks!