facebook-javascript-sdk

Facebook Instant Game - Uploading bundled zip file gives SDK reference error from Web Hosting

风格不统一 提交于 2020-06-17 09:13:28
问题 When I try to upload my simple game/app, I get an error saying "Games must reference one of our supported SDKs via our CDN." I have given an SDK reference though. Isn't this the one? <script src="https://connect.facebook.net/en_US/fbInstant.6.2.js"></script> I went through the SDK reference of facebook docs as well but it didn't work for me? Did anyone face same situation before or have an idea to fix this problem? thank you I have a file index.html INDEX.HTML <html> <head> <title> this is

Facebook Instant Game - Uploading bundled zip file gives SDK reference error from Web Hosting

北城以北 提交于 2020-06-17 09:12:01
问题 When I try to upload my simple game/app, I get an error saying "Games must reference one of our supported SDKs via our CDN." I have given an SDK reference though. Isn't this the one? <script src="https://connect.facebook.net/en_US/fbInstant.6.2.js"></script> I went through the SDK reference of facebook docs as well but it didn't work for me? Did anyone face same situation before or have an idea to fix this problem? thank you I have a file index.html INDEX.HTML <html> <head> <title> this is

WhatApp click to chat links do not work with OSX native client and WhatsApp Web

我们两清 提交于 2020-04-17 22:39:38
问题 Whatsapp Link Issue WhatsApp native OSX app is installed or web-app is opened but links can’t open in native app on OSX and always tries to lunch a new web app if try to open in web app. REGION: US-SOUTH BROWSER: Google Chrome We use WhatsApp links - Click to chat feature - to message customers quickly from our admin panel. In the last days as it seems WhatsApp has updated something and broke the links overnight. Neither of the formats we used previously seem to work: https://wa.me/<number>

django-allauth: facebook login button wouldn't do anything [closed]

∥☆過路亽.° 提交于 2020-02-25 05:23:16
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 13 days ago . I am using django-allauth library to integrate Facebook login into my website (on localhost). The problem is the following: when I have finished setting everything up and I try to click on my Facebook login button, nothing occurs at all. On hover, the browser shows the following link on the Facebook login button

django-allauth: facebook login button wouldn't do anything [closed]

Deadly 提交于 2020-02-25 05:23:06
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 13 days ago . I am using django-allauth library to integrate Facebook login into my website (on localhost). The problem is the following: when I have finished setting everything up and I try to click on my Facebook login button, nothing occurs at all. On hover, the browser shows the following link on the Facebook login button

django-allauth: facebook login button wouldn't do anything [closed]

Deadly 提交于 2020-02-25 05:22:32
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 13 days ago . I am using django-allauth library to integrate Facebook login into my website (on localhost). The problem is the following: when I have finished setting everything up and I try to click on my Facebook login button, nothing occurs at all. On hover, the browser shows the following link on the Facebook login button

Status of enable_profile_selector with oauth 2

感情迁移 提交于 2020-01-24 21:24:24
问题 With the new OAuth2 JavaScript SDK calls, I see no documentation for enable_profile_selector. How do we get permissions to post to a fan page from the JavaScript SDK? Or, is the idea that once they've given us manage_pages permission on their account, we can request access tokens and do everything without additional permission on any page? It does appear that after being granted manage_page permissions, running this fql query returns no results: select publish_stream from permissions where

How to add facebook comment plugin in Gatsby?

*爱你&永不变心* 提交于 2020-01-23 17:47:04
问题 I'm creating a blog site using Gatsby. I am very very new to Gatsby/React. I need some documentation about the facebook comment plugin for Gatsby. Thanks in advance. 回答1: If you mean retrieving Facebook comments using Facebook's Graph API, which provides comments, you may be able to achieve that with gatsby-source-facebook, which you can install as follows into your Gatsby site: npm install --save gatsby-source-facebook Then, configure the source plugin by adding this to gatsby-config.js :

Facebook , How to get phone number after login with facebook sdk?

我怕爱的太早我们不能终老 提交于 2020-01-23 02:01:12
问题 I have integrated FB sdk for customer login and not able to get phone number in response. Here is my code FB.api('/me', {fields: "id,email,first_name,gender,name,last_name,token_for_business"}, function(response) { }); With that above code, I am getting all information expect phone number. I have passed extra parameter mobile_phone then getting undefined response. Here is code FB.api('/me', {fields: "id,email,first_name,gender,name,last_name,token_for_business,mobile_phone"}, function

Phonegap Facebook connect plugin settings

你说的曾经没有我的故事 提交于 2020-01-22 14:18:06
问题 I'm using phonegap plugin to connect to facebook this one : https://github.com/phonegap-build/FacebookConnect I'm confused about Facebook app settings, when I call FB.init() I get this error message: Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains. I edited Website with Facebook Login (site url) to : http://