Questions tagged as 'facebook-sdk'

1
answer

Saving users in DB

Good morning. I have a login and registration system via PHP, with MySQL database. In this database I have a table with login, password, name and other details of the users. When implementing the Facebook login, I had a question. To sto...
asked by 23.07.2016 / 09:41
0
answers

How to use facebook graph api to send messages to another user's messenger [closed]

I have a native app that contains a chat. When the user of my application sends a message I want this message to be sent to a user through Facebook Messenger, without my user having to use Messenger.     
asked by 21.11.2017 / 00:43
0
answers

Problems logging in using facebook sdk

I use the default facebook login sdk where the documentation can be accessed here . (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "/...
asked by 02.01.2017 / 19:37
0
answers

How to mention a Facebook page or profile with PHP SDK?

How to mention a Facebook page or profile when posting via SDK PHP 5.0? When publishing an image as my page I would like to mark her own profile in the image description, something like "Enjoy: Page". Is this possible?     
asked by 21.12.2016 / 03:24
2
answers

Error getting facebook friend photo via PHP SDK

I'm using the Facebook API SDK to work with facebook. The version of the SDK I'm using is 2.8. I'm pulling the list of my friends' IDs and I'm successfully getting it. What I need now is to get the picture of each of them, but I can not. He i...
asked by 18.12.2016 / 03:54
0
answers

fb_exchange_token parameter not specified facebook login

My login system with facebook only works and only the first time the user signs in with facebook. As soon as I log out / restart the browser I get an error    fb_exchange_token parameter not specified Sometimes I do not get the err...
asked by 26.10.2016 / 13:52
0
answers

Facebook Api: How to get feed from a page using PHP?

I'm trying to pull the posts of a page on facebook and display them on a website, what I mainly need is the photo and the caption of each post. I'm using the following code: <?php require_once __DIR__ . '/inc/facebook-php-graph-sdk-5/src...
asked by 20.10.2016 / 17:57
0
answers

Api Facebook live streaming

Has anyone ever had to get a Country List to send a POST with Geoblock using the facebook API to connect a live? I am linking my lives for a service, now I need to determine for it the countries that can see my streaming and those that can not,...
asked by 06.12.2016 / 18:32
1
answer

Save Facebook image to the database

Galera, I know it's very simple, but I'm having difficulties. I've seen some topics here, but I still have not been clear on how to do it. I need to save the Facebook image in the database, uploading it to the database. The information that a...
asked by 13.06.2016 / 23:27
1
answer

Facebook Authentication

I am creating an API and am trying to implement authentication with Faceboook. Here's the scenario, there are 2 environments the front-end and back-end , both are in different domains. Ex: Front: http://meuappfront.com Back: htt...
asked by 15.06.2016 / 16:10