Comments

A part of the comments plugin is a powerful moderation tool. This tool makes it easy and fast for your community management team to moderate multiple comments at once. Setup To use the comments moderation tool, you need to complete the moderation setup instructions. Moderation Setup Instructions Please note that you cannot use the Graph API to reply to comments made via the Comments Plugin. Dashboard There are 2 ways to navigate to the moderation tool: 1. 2. Moderation View We show both moderation views in the screenshots below. In the moderation table, you can either approve or hide comments depending on their status. 1. In this moderation view, all comments for a specific url will be displayed. 2. In this moderation view, all comments for your application will be displayed. 3. Comments that have been flagged by users or Facebook will be displayed here. Settings For each app, you can define custom settings. Moderators You can promote other people to become the moderator of your comments. Public
Login Button
How do I use this to log users in?
Lei para Concursos Culturais
O PRESIDENTE DA REPÚBLICA , faço saber que o CONGRESSO NACIONAL decreta e eu sanciono a seguinte Lei: Da Distribuição Gratuita de Prêmios Art 1º A distribuição gratuita de prêmios a título de propaganda quando efetuada mediante sorteio, vale-brinde, concurso ou operação assemelhada, dependerá de prévia autorização do Ministério da Fazenda, nos têrmos desta lei e de seu regulamento. Ver tópico (82 documentos) § 1º A autorização sòmente poderá ser concedida a pessoas jurídicas que exerçam atividade comercial, industrial ou de compra e venda de bens imóveis comprovadamente quites com os impostos federais, estaduais e municipais, bem como com as contribuições da Previdência Social, a título precário e por prazo determinado, fixado em regulamento, renovável a critério da autoridade. Ver tópico (14 documentos) § 2º O valor máximo dos prêmios será fixado em razão da receita operacional da emprêsa ou da natureza de sua atividade econômica, de forma a não desvirtuar a operação de compra e venda.
Registration
Custom Fields You can use custom fields in this plugin to request any data from people that isn't present on Facebook. To do this, you can use JSON in the fields attribute instead of the values mentioned above. Any standard fields are included in this JSON by simply using a name attribute, with the standard field type as the JSON value. Example Uses the following value for fields: Validating Fields If you want to add validation to any of your fields during registration, you must use the XFBML version of the plugin, since iframes can't do cross domain communication. Use the onvalidate setting to specify a JavaScript function that is loaded on your webpage. Your function should return an object with keys matching your field names, and values being any error messages as a string. function exampleValidation(form) { errors = {}; if (form.foo ! This onvalidate function can also operate asynchronously, however the registration form will submit successfully after waiting for 20 seconds for a response.
Related:
Related: