Questions tagged as 'facebook-api'

2
answers

Error in Login to Web with Facebook in PHP

I think I have configured the application correctly, however, I get the following error when trying to login. ERROR: Unable to load the URL: The domain of this URL is not included in the domains of the application. In order to load this URL,...
asked by 24.10.2017 / 04:01
1
answer

No static method getDefaultAPIVersion when calling FacebookSdk.sdkInitialize

I have migrated a project I had done 2 years ago from Eclipse to Android Studio, and in doing so I realized that Facebook classes no longer work the same. After also migrating the classes to the Facebook v4.0 API and getting the Android Studio t...
asked by 26.10.2016 / 12:14
1
answer

I can not get the EMAIL from the Facebook API user

I can get all the other information, full name, birthday, gender but not the email. My code: btn_fb_login.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { callbackMan...
asked by 19.08.2016 / 22:53
1
answer

Facebook: The parameter app_id is required

It turns out that I am developing an application using Xamarin for Android consumption and well, the problem is when I want to authenticate my app with Facebook, I followed this tutorial (I used the Xamarin.Auth package) link but I got the f...
asked by 12.06.2018 / 07:02
1
answer

Error Key Hashes login with facebook

I have to login to facebook with a button and followed the instructions given to you in facebook developers and when I tried the application the first time if it worked correctly, but when I tried it again I got this error And the keys tha...
asked by 14.09.2017 / 14:42
1
answer

Token that does not expire in facebook api

I'm doing a sigle page. for which I am using facebook api graph to get the last 3 posts I made on my facebook page, I managed to get the .json with the post but it turns out that I have to generate a token every so often to keep access to the in...
asked by 08.04.2017 / 02:08
1
answer

Interrogation with facebook and twitter

I need to make a system where given a url of a news item eg: www.dominiodiario.com/2016/09/01/titulo-noticia, to know the interactions that had on facebook and twitter that news. I know that from the facebook post you can get the likes and th...
asked by 01.09.2016 / 15:07
1
answer

Re authenticate on facebook with unity c #

The problem I have is in simple theory, but I have not found a way to solve it. I can access FB with unity, post, view and use the information I need, all that part works well, all the information I use is stored in a local file on the phone....
asked by 13.07.2016 / 23:20
1
answer

Login error with Facebook Api

Hi, I'm trying to make my login with the api of facebook, but when I send the request apparently to a problem with the url that I added to make the callback , I'm working with sails.js using the passport framewo...
asked by 09.06.2016 / 05:46
0
answers

Get the number of comments using the Facebook API

I'm trying to get the number of comments on a specific link, I currently do this: <span class="fb-comments-count fb_comments_count_zero" data-href="http://la-url-dónde-hay-comentarios/" fb-xfbml-state="rendered" > However,...
asked by 20.08.2018 / 17:57