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
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
Related
I am building a simple Facebook app to connect the backend of a project to Facebook Messenger.
I am trying to send my app for review but it requires me to send a platform for the reviewer to test my app on.
the only place to interact with the app is the test Facebook page i created but i cannot add Facebook urls to the platform. What am I doing wrong here or what am I supposed to do?
I am building a simple Facebook app to connect the backend of a project to Facebook Messenger.
If you don’t have any end-user facing frontend, this would be considered a “server-to-server” app.
The documentation has specific instructions on how to submit those: https://developers.facebook.com/docs/apps/server-to-server-apps
Platform
Platform refers to the platform that your app users use to interact with your app. Since your app does not have an interface and your users don't interact with it directly, set this to Website and provide the URL to your company's website.
(Make sure to properly describe the purpose of your app and how it works, so that the reviewer does not try to go to that URL and look for a login button there.)
I'm trying to use the nativescript-oauth Plugin to do basic facebook login in an app, as described here: https://www.nativescript.org/blog/introducing-the-nativescript-oauth-plugin. When I use the app ID/secret in the demo it functions correctly, but when I try to use my own I get the error that says "Can't Load Url". There's definitely something wrong with my facebook app setup, but not sure what.
Is there a good guide to setting a facebook app up for an iOS app using NativeScript or another hybrid language? I tried using the quickstart guide on the facebook site but that didn't change anything for me.
put localhost as your app domain in your facebook developer settings
I created a Facebook connect login for my eCommerce website, which requires a Facebook app. The app is in review status (which means it does not work on the live site). But they require instructions on how to test my implementation.
Am I doing this the wrong way? Or should I create something like fb-test.html that shows how this works?
Thanks.
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
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
I would like to develop an IOs app with facebook integrated.
However, after some research I found out that facebook connect seem to be outdated?
Even the facebook official page only talk about Single Sign On where user will be redirect away the app to login.
So my question is, do you think it's still safe to use Facebook Connect?
Since i still see a lot app using it.
Yes Facebook connect for iOS has been replaced with Facebook SDK for iOS and it is an open source library on Github that users their Graph API. I would not start a new project with the deprecated Facebook connect library because it will eventually be killed and they won't give you a lot of notice since the replacement has already been out for over a year.