IONIC2 firebase facebook auth reauthentication - ionic2

How to enable facebook reauthentication for an ionic2 app, which is authenticating firebase too?
Can facebook reauthentication be done without changing the UID of the user?

Related

how to get Instagram ads data?

I am trying to implement a service that will pull Facebook and Instagram ads data using Facebook marketing API. We ran the ads on Facebook from the Facebook ads manager and I am able to pull facebook ads data. On Instagram, we boosted a post from the mobile app and all the insights are available on the app itself. I am not able to find that ad on Facebook ads manager or any other web portal. When I try to get campaigns, ad sets, and ads from API all I am getting is Facebook ads data.
Question 1: Where can I see the Instagram ad data on the web portal(Facebook ads manager or something similar)?
Question 2: Do I need to connect the account on Facebook and Instagram from somewhere else too? I already connected the Instagram page to the Facebook page and I have admin access on both.
If you have any other suggestions please do tell me.

AWS Cognito auto sign-in in WebView after app sign-in

I have an app using aws-amplify withAuthenticator HOC to manage the authentication process. It signs in correctly. Inside the app, I'm using a WebView to show the web page with a login (also using withAuthenticator HOC).
My goal is to skip or do auto sign-in for the WebView using whatever token or current cognito user in the app.
What's the preferred way in doing this?

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.

Issue with Facebook integration with AWS Lex : Give bot access to facebook friends

I have created, built and published a sample lex bot.
I followed steps in this link to deploy bot on Facebook messenger. ( by creatign facebook page, fb app and adding webhook etc)
http://docs.aws.amazon.com/lex/latest/dg/fb-bot-association.html
For creating FB app and page I used my Facebook credentials.
Issue:
I am able to interact with bot from facebook messenger ( with my facebook account) and getting desired response from bot
However, when my facebook friend interacts with bot using his facebook account, he doesn't get any response.
Am I missing something here ?
I think your Facebook App is in development mode, so you need to add your friend as a Tester in the role tab, or let Facebook approve your App.
Either you need to add your friends as Tester or you can publish your app after getting the approval from Facebook.

Social login for mobile app to use django-all-auth

I am learning django and almost completed developing a website, and i used django-allauth for the social login and registration purposes. Now I am trying to develop an app and implemented some part of api using DRF, and for the login, signup, authentication from the app I found django-rest-auth would do the work, and able to signup, login, logout etc... but I don't know how to social login from app and save the details in already existing db.
Any suggestions or references to the process?
Thankyou
Use this links for social login django allauth as endpoint and integration for 3rd party REST/JSON APIs. This library provide social auth login functionality django-rest-framework-social-oauth2.