facebook-apps

Enable Facebook comments on site without a Facebook app / app ID?

筅森魡賤 提交于 2019-12-11 08:43:25
问题 From what I can read om Facebook Dev Docs this is how I add the comment box on my web site: //In HTML Header <script> window.fbAsyncInit = function() { FB.init({ appId : 'xxxxxxxxxxxxxxxx', // App ID status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML }); // Additional initialization code here }; // Load the SDK Asynchronously (function(d){ var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}

Modify Facebook app permission to resubmit the app

邮差的信 提交于 2019-12-11 05:46:11
问题 We had created one facebook app for allowing user to do signup / login with facebook. Recently due to some changes in facebook privacy we got a notification from facebook saying we need to resubmit the app for the permission which require review from facebook. and we need to re-submit this app before 1st Aug. 2018. in order to continue with required permission. We have reviewed permission which was requested initially but we found that there is only one permission which requires facebook

Facebook app - deep link for new app user

感情迁移 提交于 2019-12-11 05:46:08
问题 Short version I have a facebook iframe app as a page tab on a fan page. The app collects entries for a contest. It lists the entries and also has a page for showing a single entry. I want to be able to link to the single-entry page - I have this working using the app_data parameter, but only if the user has used the app before. This does not work for a new user who has to add the app (log in). Long version So far I've managed to get this partially working by linking to http://facebook.com

Slow load facebook canvas app when click on links (if target top)

跟風遠走 提交于 2019-12-11 04:47:23
问题 Situation: I am developing a facebook canvas app. Facebook is sending my sever a POST request with the signed_request each time that a page is render. Inside my app I have all my links with target="_top" because if I don't, facebook send my server a common GET without the signed request. So I cann't check the user info. Problem: It is too slow! even if I am testing it in local, each click that I press takes 1 sec to render and my canvas becomes completely white and then the info is shown, It

My Facebook Messenger Bot is completed, but isn't visible to be approved

徘徊边缘 提交于 2019-12-10 23:19:13
问题 We built a Facebook Messenger bot that works perfectly. The bot is only available to developers and testers and can't be made public until it's approved. We submitted it for approval but the approval person obviously didn't have access to the bot because they typed in the commands and got no reply (which is expected if they're not a developer or tester). The screenshot they showed also didn't have the "get started" at the beginning, which is another clue that they didn't have access) How do I

Facebook Comments Mirroring doesn't work

泪湿孤枕 提交于 2019-12-10 11:26:25
问题 Step by step i did these Create a new Facebook App (App ID: 544557495732050) Create a new Facebook Page (https://www.facebook.com/Pasha-electronic-502844156580479/) In App which created by step 1 check yes (Yes, mirror to page - which created on step 2) https://developers.facebook.com/tools/comments Create a new web page (which include javascript src and div tag) http://pasha-k.az/ramin/test.html Share this link on Facebook Page which created by step 2 https://www.facebook.com/Pasha

How can I redirect to my app page after accepted a app request sent from our app?

和自甴很熟 提交于 2019-12-08 07:41:03
问题 I have a issue for facebook apprequests (oauth2, graph) I sent a app request to my friend B. B logged into facebook and found our request in the app list. B clicked the accept button B redirected to the facebook canvas page. I want to rediect to our app, not facebook's canvas, is this doable? thanks 回答1: you can put a url in the data param see here http://developers.facebook.com/docs/reference/dialogs/requests/ under properties at bottom. data Optional, additional data you may pass for

Misconfigured App on Facebook but no errors?

若如初见. 提交于 2019-12-08 05:22:33
问题 I am trying to set up a tab with a link to a contact form from my site on Facebook. I developed the 'app' through the developers site and have set up the page tab. I've saved the app and it saves it fine (displaying a message saying changes were saved but it might take some time to propagate across all servers.) Well I waited an hour and I still can't add the tab to my page. I tried locating the app page directly using the namespace, but I get an error message saying: "[My App] cannot be

Deep link into a Facebook canvas app

雨燕双飞 提交于 2019-12-08 03:56:46
问题 I am embedding a Facebook app https://example.com into the Facebook app canvas so that it is available at https://apps.facebook.com/EXAMPLE . My application sends notification emails that contain links like https://example.com/messages/123 and that should open the page embedded into the Facebook canvas. How do I achieve this? My current thoughts: User opens https://example.com/messages/123 Application checks for signed_request parameter Application redirects user to https://apps.facebook.com

How to add Go to App button on my app page

心已入冬 提交于 2019-12-08 02:17:07
问题 I have a facebook page for the app. if i open the page, it just show like button. i need "Go To App" button near by, which will redirect the user to the facebook app. Thanks. 回答1: Do not ever merge pages! I did it and I regret. You'll lose everything. You can simply just change page type to Brands & Products > App Page, and you can choose it in the app settings thereafter. That simple! 来源: https://stackoverflow.com/questions/8922287/how-to-add-go-to-app-button-on-my-app-page