Pre-populate user email from facebook API
I am trying to implement social login on my website. I am requesting user-email from facebook API and want to pre-populate email field in one of the form with that email. How do I do it?
I am trying to implement social login on my website. I am requesting user-email from facebook API and want to pre-populate email field in one of the form with that email. How do I do it?
I'm trying to subscribe a Facebook page to my facebook app. It's a messenger app where I need to subscribe the page to my webhook added in the app. Using the graph API, I have the page access token and…
I have linked two pages to have crosspost access. Published a video post(Post11) in Account1 and gave permission for Account2 to crosspost the video. Account2 created a post(Post21) with the same video used in Post11. Got engagements on both the…
I want to ask the user of my android app the permission to publish on facebook when a custom share button (it's just an ImageView) is pressed. On button's OnClick method I execute this block: CallbackManager facebookCallbackManager; ... facebookCallbackManager =…
I am wondering whether it is possible to obtain the reactions for all comments on a particular post? That is, for each comment on the post, can I also obtain the reactions in the current version of the API.
Facebook recently introduced Instagram Graph API, which allows to fetch data from Instagram page that is connected to your Facebook company page, instagram.com/developers states: The Instagram Graph API is Now Available to All Developers. For Non-Business Instagram Accounts please continue…
hi my facebook login works fine on my local server, i make the app live, update 'app domains' on the settings page and also the 'Valid OAuth redirect URIs' on the product settings page, i am still getting the error:…
I've been trying to open Facebook page using React Native Linking API. It doesn't work for me. I do have Facebook app installed. Here is what I tried: Linking.openURL('fb://page/<page_name>'); Linking.openURL('fb://profile/<profile_name>'); Linking.openURL('http://facebook.com/<page_name>'); I also tried to use Communications library: Communications.web(url). None…
I am trying to create an ad using the Facebook Marketing API. In order to create an ad inside a conversion based campaign, I am required to set proper tracking_specs values. Querying existing ads (on other similar campaigns) I see…
Is there a way to query the overlap feature as it's possible in the Business Manager via the php sdk for the marketing API? I'm thinking sending two or more audience IDs of existing audiences and getting the overlap back?…