Facebook Sharing App for Desktop - facebook

I am creating an application in which user can upload their 360 video.
In Facebook i am unable to fine Desktop platform. My application is desktop based so it can be accessed form the kiosk(1PC) only.
My app will ask user click on Post button. Facebook authentication will appear and it will post the video automatically.
Anyone knows how to get permissions for desktop app?

Related

How do I test run the restricted app in facebook?

Recently One of facebook app has been restricted by facebook saying the app is redirecting off of facebook. Now I want to test run the app in facebook. According to this website https://developers.facebook.com/docs/apps/test-apps I need to click on test apps but I dont find any Test apps link in app's page. Please help

How to skip the first facebook credential prompt?

I'm writing a hybrid app with Ionic and the workflow I imagine for a perfect facebook integration would be the following:
Scenario of a user logged in facebook with a native app:
Open my app
Touch login with facebook
Be prompted for facebook permissions and approve
Be directed to the desired screen of my hybrid app
Scenario of a user logged in facebook with his mobile browser:
Open my app
Touch login with facebook
Be prompted for facebook permissions and approve
Be directed to the desired screen of my hybrid app
Scenario of a user not logged in facebook (both in the native app and mobile browser):
Open my app
Touch login with facebook
Be prompted for facebook credentials
Be prompted for facebook permissions and approve
Be directed to the desired screen of my hybrid app
Is it possible to achieve as the mechanisms used to save session of a native app and a web app (facebook website) are way different?
How can I know if the native app is installed and once I know how can I use its session to prompt the user for permissions (as the android native apps do)?
Thanks in advance

How to use deep linking with posting photo

I have integrated facebook to my android App, and posting through the App. On below posted photo by my application I see "posted XX minutes ago via APPNAME", clicking 'APPNAME' no reaction. How can I change this link to my google play for example.
So how for example instagram or other apps redirect "via app" to their sites ?
I want my app to be able to make a share on Facebook which will appear as a link via my page. Is it possible?
I used to facebook sdk v2.0 and referenced below site. https://developers.facebook.com/docs/mobile/android/deep_linking/ I've set the below information . Settings -> Basic -> app -> Website with Facebook Login, Mobile Web, Native Android App.
But, page didn't redirect in case of Native Android Facebook app. I can't link To my native App.
You have to create a Facebook app page to get the via app name feature.
You will also have to specify native app link in the facebook app, save a key hash and specify the Launcher activity name in the facebook app to launch the app if it is installed on the android device.
If the app is not installed,clicking on the post will open the play store link.

FBWebDilaog shared URL redirecting to app

I am using FBWebDialog (supported in the new facebook 3.2 SDK) to share on facebook in from my ios application. I am setting a youtube link for the link parameter passed in the arguments
for the FBWebDialog. It shares the link but on tapping the link from the facebook account logged in from the facebook app on the iOS device redirects me to the app, if the app is present in the device. If the app is not found on the device it directs me to itunes page of my app. This is an anomalous behavior as the it should redirect me to youtube link. However, if I login to the facebook account on a PC and click the shared link it redirects me to youtube link.
How do I fix this?
Go to your App Dashboard settings: Basic > Native iOS App, then turn the Deep Linking to Disabled.
You want to turn off deep linking back to your app. This will however, turn deep linking off for all links from your app.

How to go to my new Facebook App

I'm testing out writing mobile web app that connects to Facebook.
I follow this guide here and created a app on facebook, and uploaded the code to my own server.
https://developers.facebook.com/docs/guides/mobile/web/
But then, I got to the point where it tells me to search for my own app in facebook.com. My app won't show up, and I found out they won't until you have some users and then it'll be indexed.
So how do I get to my app?
Thanks
You might have your app settings (on the advanced screen: https://developers.facebook.com/apps/APPID/advanced) set to either sandbox mode enabled or Social discover disabled.