Facebook Comments Moderation Tool - facebook-javascript-sdk

I am having a website built and within this we are using the Facebook Comments plugin. Obviously, we'd like to moderate the comments on there. So, we have set up with an AppID and followed all the steps to get Comments and moderation setup but, for some reason the moderation tool isn't connecting with the comments plugin. How do we solve this?
The website in development is at http://goalfrenzy.dev.fluid-dev.co.uk/

Related

Branch.IO - Link to Facebook Group

I'm in marketing and hoping someone here can provide some guidance. I have been searching for a solution that will allow potential customers to click on a link present in an advertisement and have the link open our Facebook Group in their FB app. Today, the mobile web browser takes over.
I've been researching this for some time and recently found Branch.IO. I'm just not sure the best approach to take to accomplish my goal. Most of the examples I've seen are to launch a companies mobile app with deep linking to a product. I suppose this is similar but the app is Facebook and the deep link is to our group.
If someone would be willing to assist I would be very appreciative. Thank you!
For Facebook app to be opened consistently, you would need to integrate Branch SDK into the app. Since you do not have access to Facebook's code base - you will not be able to do this.
The setup is still possible with Branch, but you would have to rely on the URI schemes provided here: What are all the custom URL schemes supported by the Facebook iPhone app?
You may utilize Branch's integration guide for best integration results.
However, you may be better off using a simple link shortener of some sort to direct users to your Facebook group on web.

User registration in gatsby js

is their a way to let a website developed using Gatsby js, have user registration, user can have a profile and edit it, and user can add new article or item to the website ?
I know gatsby is static site generator. but I'm wondering if I can use Gatsby as a solution for such web application, and if not what are the tools I need to include to make it work ?
thanks.
Not sure why you are getting downvoted.
Apart from the comment by #fabian-schultz, the keyword is you are looking for I believe is CMS.
Basically you just want some dynamic content in your website which is generated by a static site generator.
There are a lot of choices. For example, you can follow the official tutorial to use Netlify CMS with Gatsby.
Hope it's enough to get you started.

How does the Plunker authentication work

All. Forgive me if my question is off topic or a dumb question.
I really want to know how to implement a authentication mechanist like GitHub for Plunker.
In my project.I think I have the same situation like this.
I have some websites like Plunker.
and I want to implement a SSO center authication website or services for all the other websites like GitHub.
when I click the button Sign in with GitHub in the Plunker. The website will open the new windows with the url
https://github.com/login?return_to=%2Flogin%2Foauth%2Fauthorize%3Fclient_id%3D7e377e5657c4d5c332db%26redirect_uri%3Dhttp%253A%252F%252Fplnkr.co%252Fauth%252Fgithub%26scope%3Dgist
When I succeed to login in GitHub. Then the Plunker will login with the authenticated user I just used in the GitHub.
My problem is I don't know how does the authentication works between the GitHub and Plunker.
Could someone please tell me something about it ? It will be appriciated. Thanks.
Plunker's "log in with GitHub" button uses OAuth2, an open standard for this kind of thing. It's the same technology used by Google for their sign-in with Google functionality, as well as many other providers.
Here is GitHub's documentation for adding "log in with OAuth" to your site.
Creating your own OAuth provider is a significant task, and one that you probably don't want to tackle without weighing carefully. If you do choose to go down this path you'll likely want to use an existing library for your language or stack of choice, e.g. perhaps something from this list. This is also good advice if you only plan to build an OAuth client.
As pointed out, Plunkr's login process appears to be using Github's OAuth2, but manages to pull it off on the client without redirects/reloads using window.open and postMessage. A detailed description of the technique can be found here. The demo code looks relatively painless.
The Gatekeeper project seems to be a more polished implementation (with node.js) of that idea and there is a detailed tutorial on doing client-side auth with it here.

Login Issue for Google Play Services using Unity Android

I am trying to integrate Google Play game Services in unity for android platform.. And I have integrated and configured in google play developer console. And I have red all the forums and tried all the possibilities that our friends suggest but still When I am pressing login button nothing happens in android mobile..
Please some body help me solve this problem..
Thanks to all.
This is a pretty vague question, so here is a general answer:
First, check out the QuickStart for Google Play Game Services. This covers the general concepts. Pay special attention to how to configure your game in the developer console; this is where most of the problems first time developers with GPGS have issues.
Next, download the Unity plugin from GitHub:
https://github.com/playgameservices/play-games-plugin-for-unity
This repository also has instructions on how to configure the plug in within the Unity environment.
After that, run the samples provided with the plugin, these are applications that are known to work and demonstrate how to call the plugin.
Finally, integrate the plugin into your own game and enjoy!
Try to find application "Google Settings" in your mobile.
open "connected apps" and select your app here.
at bottom there will be a button "Disconnect",after these steps than try to login.
Or tell step by step how you are doing ?

Integrating Gumroad API into Github Pages

So Gumroad has a really cool API and Github has some cool Pages functionality. Has anyone tried to integrate Gumroad's API with Github Pages as a store front to sell software?
Would it be worth attempting? From my quick reading on the Github Pages it looks like the page source is published in your repo. So maybe it wouldn't work too well if you had your Gumroad API key tied into it?
Just a thought that hit me while working on something today and wanted to see if anyone has successfully accomplished this with Gumroad + Github.
It would be completely reasonable to combine Gumroad and Github Pages to create a website where you can sell software.
The easiest way, however, would probably be to just add in the embed code for your products into the Github Pages website, which would work perfectly. I'm not sure if you can use Node.js in Github Pages, but if possible, you can use the higher level API's as well.
P.S. You should try to create this. I'm planning to do something similar with artwork!