Questions tagged as 'facebook-sdk'

0
answers

Write to the database the Facebook API call

I need some help. I have this result below in the call of Facebook's Api campaigns. In the actions part, how do I write to the database only the part action_type: comment? { "data": [ { "adsets": { "data": [ {...
asked by 08.04.2018 / 04:29
0
answers

Share Facebook API

I have a responsive system, where I created a webview for android and ios with that system to use it as an application. Until then, okay. So I implemented a Facebook share button as Facebook documentation ( link ). I made the implementation by J...
asked by 21.03.2018 / 21:00
0
answers

Apache Cordova X Facebook Plugin: blocking by URL file

Hello. I have a project that is using the facebook SDK. In localhost the plugin works normally. However, when I publish the APK in google play or even compile and install the file directly on my cell phone, the facebook SDK shows me the followin...
asked by 21.01.2018 / 23:41
1
answer

Collecting Facebook data with a Share Share

Good afternoon! I'm doing my CBT and I need urgent help! Please! Next ... I am making my app that at the end of the application the user can share, if you want through a shareDialog of the face ... until then it is quiet ... however I wanted...
asked by 26.11.2017 / 15:06
2
answers

Error saving image to Facebook profile via PHP SDK

Good afternoon! I'm using the Facebook SDK to login to my site, I can return the data, including the profile photo link, but I can not save the image, the following error occurs: A PHP Error was encountered Severity: Warning Message:...
asked by 26.07.2017 / 21:19
1
answer

URL was identified as malicious and / or abusive API Facebook

I'm creating a login API via facebook and it's on a newly created test server. Less than 2 weeks and filling in the domain facebook returned the message:    This URL has been identified as malicious and / or abusive. Someone has some idea...
asked by 02.05.2017 / 21:05
1
answer

How to share text on facebook without having the application installed on Android?

I need to share a text and an image on facebook. On the net there are many tutorials that need to have the facebook app installed. Does anyone have any tutorial on how to do this without having facebook on Android? Thank you in advance.     
asked by 10.03.2017 / 15:58
1
answer

Get page information without being logged in to facebook, only by the token

I'm creating a posting system for facebook and it's all right, except for one thing. When I uncheck facebook for the system I'm doing, some functions do not work, however much I pass the user or page access token. I am using a Facebook SDK...
asked by 18.03.2017 / 19:23
0
answers

check-in with api facebook with php sdk

I would like to know if someone has already managed to implement facebook check-in on a php system. <?php header("Content-type: text/html; charset=UTF-8"); // datetimezone date_default_timezone_set('America/Sao_Paulo'); // habilita erros d...
asked by 16.02.2017 / 01:40
1
answer

FaceBook Login with API REST

I've integrated an Android app with FaceBook and I'm already able to log in there. Now, I have to integrate the FaceBook login with the authentication part of my API. For example, now, what I can do is log in through FB and if everything is o...
asked by 11.11.2016 / 18:08