facebook-javascript-sdk

Facebook Api with Javascript SDK is returning name and id only

Hello, I'm trying to use the Facebook api to log in to a certain page, it worked out, but the data return takes only one obje ... sponse){ callbackMudancaStatus(response); $('#status').html('<p>Fez Logoff</p>') }); }

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

I want to put a sharing option in an application of mine and I noticed that addThis has an app on Facebook for this type of a ... e or less like this: Google + has an api to share posts within the page even using Javascript, does Facebook have that too?

Create audio file, from URL

I need the messenger audio file, to use in the Google Cloud Speech API. When an audio is received in messenger, a url is generated that downloads this file in .mp4. How can I retrieve the audio from this url, and use it in the Google API?

How to open the Facebook Messenger Customer Chat Plugin from another button?

I am implementing the Facebook chat plugin on a website, where it renders an iframe on the page. I would like to know if it i ... _dialog.fb_dialog_advanced").remove(); //coloca dentro do link $("a#btFacebook").append(getBtChat); All help is welcome...

Open Facebook in browser

I created an app for Facebook that, in short, at a certain time it uploads a photo to the visitor's album, and then I use var ... wser itself in use? If you have any other idea how to monitor if the window is closed, it would also be interesting to know.

Post on timeline Facebook

I am setting up a website where the user can request content to be posted to their timeline without them having to keep shari ... I would like to know how I can do to send a post to his user, or if this is only allowed if he is logged in to the system ?

How to save data coming from Facebook SDK login to database?

I'm using the Facebook api for login , and following the tutorial I have already managed to implement, but I still do not und ... en the question is : How do I record the information coming from the login with facebook in the MySQL database, through PHP?