Facebook Log In flutter, get user ID
I'm trying to get the facebook friends of my new users (to recommend them friends). I did all the work: integrated facebook in the app, permission facebook etc. Then I use this to get the users curl -i -X GET…
I'm trying to get the facebook friends of my new users (to recommend them friends). I did all the work: integrated facebook in the app, permission facebook etc. Then I use this to get the users curl -i -X GET…
I implement Login to Facebook using Firebase Auth in my android app using custom layout. It gives Developer error after Facebook upgrade graph API from 3.2 to 4.4. I follow the complete procedure .Create project to Firebase and Facebook developer…
I made a website where people can post links for other websites and then the backend generates a preview of the link (by using curl and parsing out the open graph tags available on most websites / by picking the…
We have a Woocommerce Page with a Facebook Pixel integration, on the category pages the pixel fires the following code: content_type: product_group domain: www.xxxxxx.tld content_category: Not Set event_hour: 15-16 user_roles: guest content_name: Abo content_ids: Hide ["wc_post_id_4987","wc_post_id_4994","wc_post_id_4979","wc_post_id_4968","wc_post_id_4952"] We created pages in…
facebook:onError SERVER_ERROR: [code] 1349013 [message]: The app requested an invalid permission. [extra]: This is the error. I am using Firebase Authentication facebook login and the following permissions with this code snippet. loginButton.setPermissions("email", "public_profile","user_friends");
I have a small web site where users can sign in on Firebase, using email and password. I uses this code: <script> function SignUpWithMailPSW(email,pswRdmSeq) { .... firebase.auth().createUserWithEmailAndPassword(email, pswRdmSeq).then(function(user) { .... } ... useful things irrelevant to the question. } </script>…
Hello I am trying to connect via login facebook and is give me an error on redirection url step because must have an https domain the question is how I configure xampp to run https localhost address that making me…
I configured Facebook Login in my Asp.Net core app (according to https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/facebook-logins?view=aspnetcore-2.2) - works like a charm on localost. But when I deployed my app on Azure I'm getting this error (after clicking facebook button and getting redirected from facebook…
Task: Users must log in via Facebook OAuth and the application will be publishing a post using the current authorization and the Facebook API on users own feed. Question: Is it possible using Facebook API to publish a post on…
I have an ASP.NET Core Web App and ASP.NET Core Web API and am currently using IdentityServer4. I am adding a Xamarin Forms application (Android + iOS) and I can't find any examples of a Xamarin Forms application that uses…