Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone know if Heroku is still with Facebook?

I created an facebook app and now there is no "host your app in Heroku" I wanted check the default python application for the facebook app.

So Im not sure if now I'm not able to create more apps in heroku or heroku is no longer with facebook or maybe it is a bug.

Does someone know what is happening here ?

Thank you

like image 304
moisesvega Avatar asked Sep 13 '13 17:09

moisesvega


People also ask

Does Facebook use Heroku?

We're delighted to announce that Facebook and Heroku have teamed up to bring you the fastest and easiest way to get your own Facebook app up and running in the cloud. Facebook apps have long been a major segment on the Heroku platform.

What is happening to Heroku?

@BadalKhatriBK #heroku intends to discontinue providing free product plans as of November 28, 2022, and to begin taking down free dynos and data services. Users that are affected will receive several emails from them.

Are Heroku apps public?

You can set app access to public or private. Setting app access does not have any impact on the dashboard or automatically make public apps available to others. Apps marked as public are available publicly to other users only if you deploy your Application Portfolio Manager public site.

How do I check my Heroku app status?

How to check your app. To run Production Check, navigate to your app in the Heroku Dashboard, click the actions menu in the top-right corner, and then click Production check . Production Check will run a series of tests on your app. These tests are recommended for maintaining and monitoring availability.


1 Answers

The formal Facebook integration is no longer available.

However, independent of whether or not the button to create a Heroku app is on Facebook or not, you can always create an app on Heroku that integrates with Facebook. You'll just have to manually perform the administrative and configuration steps that were previously automated.

You mentioned wanting the default Python app? You can find the various Heroku/Facebook app templates in GitHub:

  • Python Facebook app
  • Ruby Facebook app
  • PHP Facebook app
  • Node.js Facebook app
like image 159
Ryan Daigle Avatar answered Sep 30 '22 19:09

Ryan Daigle