PPlog is a website at https://www.pplog.net that allows users to write down a private poem but only save one poem. It aims to provide a simple place to write poems privately without social networking features.
This document discusses how to build a Facebook authentication for a Rails app hosted on Heroku. It recommends using the omniauth, omniauth-facebook, and fb_graph gems. It provides steps for creating a Heroku app, configuring Facebook credentials, pushing code to Heroku, running migrations, and setting up a custom domain. The document also mentions using PostgreSQL as the database and references additional online resources.
PPlog is a website at https://www.pplog.net that allows users to write down a private poem but only save one poem. It aims to provide a simple place to write poems privately without social networking features.
This document discusses how to build a Facebook authentication for a Rails app hosted on Heroku. It recommends using the omniauth, omniauth-facebook, and fb_graph gems. It provides steps for creating a Heroku app, configuring Facebook credentials, pushing code to Heroku, running migrations, and setting up a custom domain. The document also mentions using PostgreSQL as the database and references additional online resources.