olivierbon / Placid

Placid is a Craft plugin which makes it easy to consume REST services in your twig templates
77 stars 5 forks source link

Other OAuth Providers #6

Closed engram-design closed 9 years ago

engram-design commented 9 years ago

Just trying to use Placid to utalize the Instagram API, but at this stage, it seems like you can only use Twitter as a provider under the OAuth tab. There doesn't seem to be a way to add more, or am I missing something? screen shot 2015-02-23 at 10 58 04 am

alecritson commented 9 years ago

Yes, you're right there isn't a way to add more yet.

You can get Instagram to work but you will need to get an access token an add it through Basic Auth, then attach it to a request.

Placid is going through a major overhaul at the moment and high on the list is to provide support for most, if not all, providers that the OAuth plugin offers.

I hope that helps!

engram-design commented 9 years ago

No worries, thanks for the reply! I ended up adding it myself, so that's all fine :)

Must say that the plugin is amazing - you've done a great job so far, and look forward to whats next!

alecritson commented 9 years ago

Good, glad your sorted out!

Thanks a lot for the feedback! it's good to know that people are finding it useful :)

alecritson commented 9 years ago

Just to let anyone know if they see this, the latest release of Placid 1.3.0 does have support for more oauth providers

engram-design commented 9 years ago

@alecritson awesome, thanks!