How to embed facebook videos in Android App?
I want to embed facebook videos to my android app. Is there any API for that? I checked for facebook API but it seems it is only for web. If there is no good API, what should I use? WebView…
I want to embed facebook videos to my android app. Is there any API for that? I checked for facebook API but it seems it is only for web. If there is no good API, what should I use? WebView…
I'm having some trouble with the Facebook Marketing API. I need to read all the active campaings the current user has, in all of his ad accounts. So, the first step is to read all the ad accounts. First, I…
I have been using Node.js and the MS Bot Framework(3.0) for my bot development needs for quite some time now. One of my needs is to request a user to share its e-mail address with the bot. Facebook offers a…
I want to authenticate users using Cognito, with option to use Facebook. User can sign_in/sign_up using either of those options. I have created Cognito User Pool and Cognito Federated Identity, and also I have created Facebook App for authentication. Both…
When trying to use the Facebook Marketing API I'm getting the error this Response: { "error": { "message": "(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v3.2.", How I can upgrade…
I'm developing an app which must interact with Facebook API Graph and also use webhooks to get live updates. Now I'm facing a problem I can't receive a live webhook updates until my app is reviewed and is not in…
Looking at the new Instagram Graph API - there is no direct way to retrieve username once a user is logged in. Although it says in the official document that a call like "https://graph.facebook.com/v3.2/17841405822304914?fields=biography%2Cid%2Cusername%2Cwebsite&access_token=EAACwX..." should return the following: { "biography":…
I am working on a Facebook comment manager and I just can't manage to get only active ad creatives from Facebook API. Is there a way to get all ad creatives filtered by their status? I can't afford to check…
I'm writing an api in nodejs and I'm trying to figure out how twitter and facebook shows posts from only the people that we follow.. My initial thought was loop through the posts and filter them according to followers ID,…
I have a mobile app that allows logging in with facebook, when a user logs in I pull their email from the graph api but I just got a couple of logins with email addresses with @tfbnw.net domains which I…