Questions tagged as 'facebook'

1
answer

Error publishing to a facebook fanpage using php

I have two servers in exactly the same php code. The code shares my site content in a fanpage. The problem is that on one of the servers the code stopped working and the following image error appears: HowcanIsolvethisproblem?Didtheserverblock...
asked by 02.06.2014 / 17:21
1
answer

How to capture the list of members of a private or secret Facebook group using the GRAPH API?

I have a Facebook group as open and I use the following method to return an array with all members of the group: $group_members = $this->facebook->api("/id_do_grupo/members"); When I change the group to private or secret the array ret...
asked by 15.03.2014 / 04:11
2
answers

Like to load facebook button to load

I have a div where the social networks part is. In it I have a button for liking from Facebook, Twitter and Google Plus. Twitter and Google Plus finish loading together and is shown, while Facebook takes a few seconds to load. I wanted to...
asked by 10.03.2014 / 20:38
1
answer

Authentication error when integrating Facebook SDK 3.6 to Android

I'm having a hard time integrating Facebook SDK 3.6 into Android. When trying to login in the app, the following error appears:    Invalid Android Key parameter How to solve?     
asked by 25.02.2014 / 01:16
1
answer

Is Facebook Embedded Post only allowed for profiles that allow Public Followers?

I made a simple application to test the ability to embed publications on external Facebook sites. In it, you paste a URL from any Facebook post, click a button, and the post is inserted into a div . I separated some links and started th...
asked by 13.02.2014 / 15:39
2
answers

Metadata OGP.ME What is the ideal size of the image for social networks

I use the metadatas of The Open Graph protocol for sharing social networks, especially Facebook. <meta property="og:image" content="http://example.com/ogp.jpg" /> <meta property="og:image:secure_url" content="https://secure.exampl...
asked by 15.02.2014 / 01:44
0
answers

How to create a test environment for applications with facebook, ionic and firebase

I'm creating an application with facebook, ionic and firebase. I am using the authentication API with facebook. I'm facing the following issues: 1) I can not configure the domain url on Facebook developers . 2) I am not able to configu...
asked by 25.07.2018 / 19:25
0
answers

Return Post Statistics Facebook Page

Using api v2.9. include('controller/facebook/init.php'); try { // Returns a 'Facebook\FacebookResponse' object $response = $fb->get( '/POST_ID/likes', 'ACCESS_TOKEN', 'summary=total_count' ); } catch(Facebook\Exception...
asked by 05.05.2018 / 22:43
0
answers

APi Facebook login Blocked URL

I have a problem maybe common for some, integration with 'Facebook login' I have already seen some referring post but I have not been able to resolve yet. link I have already configured on facebook, informing the necessary domains, but w...
asked by 22.04.2018 / 18:10
0
answers

UIKit / UIKit.h not found on Facebook Notification SDK (FBNotification) [closed]

I'm trying to compile my project, but after a long time without opening it, I started getting an error about FBNotification SDK. The message is:    In-file included from /Users/paulo/Developer/workspaces/xcode/xyz-ios-swift/Pods/FBNotifica...
asked by 06.11.2017 / 22:44