Questions tagged as 'facebook'

1
answer

Is it possible to create a facebook event via the Graph API?

I tried to search in some places, but without success or the content is old. Here's the question: I'm developing an app and would like to know if it's possible to create a facebook event via the Graph API or the Android SDK?     
asked by 05.10.2017 / 22:41
1
answer

Problem with Facebook login button

I'm including the login button with facebook on my site, I'm using the SDK made available to them (in java script). Everything happens normally, clicking the button requires user authorization, but when it confirms it, it retries to the home pag...
asked by 13.06.2016 / 01:21
1
answer

Facebook addiction for authentication

In many cases, stackoverflow being one of them, I sign in with Facebook. We were now pissed that I no longer want to be part of Facebook and I delete my Facebook account. What happens to my account on the sites that depended on the Facebook logi...
asked by 23.05.2016 / 10:43
1
answer

How to use Facebook login on Windows universal platform?

I'm trying to mount Facebook login to an app so that it works using the app or website according to the tutorial: link It has a similar question, but that does not answer me by limiting the solution to the application only as I understoo...
asked by 19.03.2016 / 15:55
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
1
answer

Sending photo with public privacy

Through the code below, I can send a photo to the user's photos that is logged in, and the photo is sent successfully. But the photo goes Friends . How do I submit with Public privacy? Bundle params = new Bundle(); /* make the API cal...
asked by 03.08.2015 / 23:09
1
answer

How to return all groups I participate in facebook in rss, json, php

Good afternoon, I have a question I have already researched everywhere but facebook has changed api, and it is not retuning the groups, I would like to know if I can return in some format all the links of my groups or some way to treat this page...
asked by 10.08.2015 / 21:18
1
answer

And normal login by facebook do not bring email from some users?

I have a Facebook login on my site, would like to know and if it is normal for some users not to bring the email?     
asked by 21.03.2015 / 21:58
2
answers

Share Facebook

The documentation for facebook is a bit flawed. What parameters should I pass to share a product and your photo on facebook coming from a website? I create the page path: $url = $base_url."index.php/{$controller}/".join('/',$parametros);...
asked by 25.03.2015 / 18:01
1
answer

Login facebook opening alone in android application

I'm creating an android application that signs in with facebook. This is already working, but something is happening that I can not solve. According to the examples of the facebook documentation itself, the code that makes the calls to facebo...
asked by 20.04.2015 / 19:51