windows 8 metro app facebook integration - facebook-graph-api

When I register my app on the facebook developers site there are options on how your app integrates with Facebook. Which one do I choose for windows 8 metro style app? I only see "website with facebook login", "App on Facebook", "Mobile Web", Native iOS App, "Native Android App", and "Page Tab". I tried picked "Website with Facebook Login", but in that case what do I fill in for the Site URL?

Site url is only required if you set the redirect_uri to something else besides https://www.facebook.com/connect/login_success.html.

Related

How to force link opening oustide of embedded browser / webview?

I setup a simple authentication system using python-social-auth-django. Everything is working fine on my computer and my mobile phone, but when I try to open login link from Messenger app with another phone (Huawei brand), the link opens inside Messenger's embedded browser and I get belows (same for Facebook and Google oauth).
Searching around it has something to do with new policy disabling authentication from embedded browser such as Messenger embedded browser.
What should I do either to force my login link to open outside of Messenger embedded browser or allow login with Facebook/Google oauth from WebViews browser ?
You can't sign in from this screen because this app doesn't comply with Google's secure browsers policy. If this app has a website, you can open a web browser and try signing in from there.
From my browser and own phone I open home link (from messenger app). This opens a browser window and login works fine.
From another phone, when I click the messenger link, it opens in embedded browser.

RingCentral phone application login report

We are using RC desktop phone app for communicating.
We have different extensions and users in those extensions who are using the app and login into it.
Where can I get those login in and out generated report for audit in the application or admin portal?
We can check users login activity
This feature is not there in RingCentral as I can see a feature request in Idea portal:
https://ideas.ringcentral.com/ideas/CUSTCOM-I-1909
This feature request will be reviewed by RingCentral and hopefully implement in future version

Instagram Basic Display API - Submit App for Review

I have implemented the Instagram Basic Display API for my web project, but while submitting the app for review on facebook developer site, it's asking only for the iOS & android app under the "App Verification" section for testing.
How can I add the website URL there, instead of the apps. Below are the screenshot.
Please help me out to resolve this issue, I'd be really grateful.

Integrate Instagram API for Login with Facebook

I am using social media import feature on my website. A customer comes to my website and login with Facebook or Instagram and their media details are being fetched into my system. I have created the separate app for both social media solutions.
I want to integrate Login with Facebook for Instagram media then is there any possible solution for the same? What would be the process?
I want to know that how can I add the "Login With Facebook" button the Instagram login window while opening from the API.
Thank you in advance.
This is not possible because Instagram API doesn't support Facebook login. If they will add it, then you can use it.

Like Button on Mobile App with out redirecting you to FB page

is there a way for mobile app developers to add FB functionality that allows you to “like” something without actually leaving the page/ app from which you are doing it in?
Yes. The Like Button is currently Facebook's only Social Plugin that is available for Mobile web apps.
How to implement it is described in Facebook's Mobile Web Tutorial.
Here is a simple example app with a Like Button.