I've been following this blog post on how to set up an api-only Rails 5 application. One of the sections talks about creating a subdomain for your api
Rails.application.routes.draw do
constraints subdomain: "api" do
scope module: "api" doI've been following this blog post on how to set up an api-only Rails 5 application. One of the sections talks about creating a subdomain for your api
Rails.application.routes.draw do
constraints subdomain: "api" do
scope module: "api" do| // | |
| // SoftBubble.h | |
| // | |
| // | |
| // Created by Pontus Armini on 2015-04-12. | |
| // | |
| // | |
| #import "CCSprite.h" |
Example OAuth callbacks as received by the omniauth gem for Twitter, Tumblr and Instagram. The respective plugins are:
Depending on what you want to do, you may simply ignore everything in the extra key. The important information is always inside info and credentials. See the auth hash schema page for more info.
Fabio Neves (fzero)