Questions tagged as 'facebook-javascript-sdk'

1
answer

How to save data coming from the facebook SDK login in the database?

I'm using facebook api for login , and following the tutorial I have already been able to implement it, but I still do not understand how the system that picks up user information works. What I need to do is store this information in the dat...
asked by 03.08.2015 / 21:45
1
answer

Post in Facebook timeline

I'm setting up a website where the user can request that content be posted on his timeline without him needing to be sharing. Well I had the following doubt, seeing the return of this link: link , I would like to know how I can do to send a pos...
asked by 26.10.2014 / 17:57
1
answer

Login with facebook in javaScript

I'm logging in with fb only with js using facebook sdk. The login part is doing it right, but for some reason it just returns me name and id. Not returning email and other attributes I need. My code <html> <body> <scri...
asked by 23.09.2015 / 15:56
0
answers

Facebook application shares the link but does not show in the feed

I've created an app to share a link using the feed method. It worked fine but the shared link only appears in my timeline, it does not appear in the news feed, that is, only I can see it.    Note: I was careful to make public access in d...
asked by 10.04.2016 / 06:17
0
answers

Collect email and send via post to php (Facebook canvas)

I am making an app that is well in the beginning, I ralei enough before asking for help here ... I need to get the email from the guy and send to php as POST ... Here is the code: window.fbAsyncInit = function() { FB.init({ appId...
asked by 11.08.2015 / 16:36
1
answer

FB.login and blocking pop-ups

I have a usability issue when requesting extra permissions on Facebook. According to Facebook's documentation, the FB.login function should only be called after a click because most browsers block pop-ups by any other means. The p...
asked by 19.03.2014 / 06:48
1
answer

How to create a Facebook app to share posts on the social network

I want to put a sharing option in a my application and I noticed that addThis has a Facebook app for this type of action but in the post there in the person's profile is the icon with a link and addThis information and let's say no I want to do...
asked by 10.04.2014 / 18:54
1
answer

Facebook API with Javascript SDK is returning only name and id

Hello, I'm trying to use facebook's api to login on a certain page, it worked fine, but the data return only takes an object with name and id, I read some articles and I saw that the object usually returns: {name: ,id: , email: , comments: ,...
asked by 13.03.2016 / 16:33
0
answers

Sharing on Instagram [closed]

I was giving a beautiful new instagram API link and realized that it does not contain some features that I see there. Can anyone tell me how these scheduling sites work? I would like to understand how the publications are done.     
asked by 02.01.2019 / 02:23
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