Questions tagged as 'facebook-api'

0
answers

Api facebook login does not return same email requesting field

My facebook api is not returning email field. I saw in a forum post giving the solution to this problem, requesting the field in api, but I did this and it does not work.    Login with facebook api does not return user email Interesting...
asked by 05.09.2018 / 20:51
0
answers

I set up webhook messenger on facebook, but it only works with me

I configured facebook messenger webhook to create a little robot, it works only when US page admin sends message via messenger to it, but when I enter another facebook type of my sister it does not work, my page is published, and my app is activ...
asked by 27.07.2018 / 00:37
0
answers

Problem trying to login with Facebook

I'm trying to put a login button with Facebook on my site, but it's giving an error. When I am logged in the following message appears:    "Unsafe login blocked: You can not get access to token or log in to   this app from an insecure page. T...
asked by 24.07.2018 / 17:51
0
answers

OG dynamic meta tags are not being interpreted by facebook

I'm trying to pass an id to the URL to be shared by a facebook share button. Currently facebook uses the OG metatags to search the parameters. The problem is that when sharing, it seems that the variable is not read by the facebook debugger, and...
asked by 22.05.2018 / 18:06
0
answers

Facebook API change user password

Does the facebook API have any features that allow you to change the user's password? PS. With the permission of the user.     
asked by 29.04.2018 / 23:19
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

pick up click numbers and views of a Facebook page using the Graph API

How can I get click numbers and views from a Facebook page using the Graph API? If anyone knows otherwise I accept suggestions.     
asked by 27.11.2017 / 15:23
0
answers

Facebook Login returning NULL

Good evening, I'm implementing Facebook login into my application. However, the line below always returns NULL $session = $helper->getSessionFromRedirect(); Does anyone know what might be wrong? Below the full code: <?php ses...
asked by 20.05.2017 / 02:40
1
answer

How do I get posts from a facebook page (not added by me) using graph-api?

I need to collect the posts from Facebook pages that are not managed by me. Anyone have any suggestions on how to do this? Is it possible to use the Graph API Explorer?     
asked by 29.11.2016 / 17:54