Questions tagged as 'facebook'

1
answer

DB NoSql, when to use?

Working in a company that data flow is not so great, however the amount of information that is already recorded in the bank are considerably large .... Yesterday at college we discussed about the NoSql bank, about big companies like Fa...
asked by 04.09.2014 / 17:05
2
answers

How do I configure an SSL certificate for an application that runs in Express?

How to set up an SSL certificate for an application that runs in Express? I'm trying to configure the Express server I created, to pass the SSL certificate and go from http to https. I have read the Express documentation, but I can not fin...
asked by 25.07.2018 / 17:34
1
answer

Link sharing on Facebook

I am making a system for my course and found a big problem in the part where I should share the link of the site directly on Facebook. I have the button on my site that opens directly to the Facebook publishing window, I am sending this link...
asked by 30.09.2014 / 22:16
2
answers

Facebook does not allow the presentation of posts in iFrames?

Here is a routine that searches all posts of a given user via Facebook Graph API , displays the time that was posted and the message, description and post type in DIV : FB.api( { method: 'fql.query', locale: 'pt...
asked by 11.02.2014 / 12:43
1
answer

Open in-app Facebook profile

I would like to know how to open the facebook application when I click on the link. In the searches I did it would be like this, but it did not: <a href="fb://profile/PerfilPessoa" /> but this only opens the app, it does not load the...
asked by 09.01.2017 / 00:50
1
answer

Try to call FACEBOOK

The following is this trigger an attempt and the same call the Facebook app. I was able to send email Intent sendIntent = new Intent(Intent.ACTION_VIEW); sendIntent.setType("plain/text"); sendIntent.setData(Uri.parse("[email protected]")); sendIn...
asked by 11.12.2015 / 09:58
1
answer

How to make post requests / tanned / profile sharing on facebook

I have to do a job where I have to create a code that captures friends / post / tanned and sharing a page on facebook and save it to the database, but I need to do it with more than one page. I have an example that started working for a specific...
asked by 02.07.2015 / 18:10
1
answer

Install Facebook SDK on Android Studio

I need to use the Facebook SDK in my application, but I just can not. The application has nothing, I just created a new one. It turns out that the instructions that they pass on Developers Facebook are very vague.     
asked by 26.05.2015 / 19:17
1
answer

Reading JSon PHP

I'm starting to develop in PHP , and I'm having a hard time reading the return of a Json ; This section, I was able to read: "cost_per_action_type": [ { "action_type": "comment", "value": "261.1" }, { "action_type": "like", "val...
asked by 18.05.2018 / 14:31
1
answer

Comments facebook X wordpress [closed]

How do you make the comments made on a Facebook fan page also automatically published on the site? Some fan pages, such as Terra's, show the following message below the comments: "This comment will also be posted on www.terra.com.br" My site...
asked by 12.10.2017 / 20:32