Skip to main content

All Questions

Tagged with
2 votes
0 answers
368 views

IOS/Facebook: Deprecation of App Invite Workaround

It appears that as of February 5, 2018, Facebook no longer supports app invite. Does this mean that it is now impossible for a Facebook user to invite a group of friends or even one friend to ...
user6631314's user avatar
  • 1,868
2 votes
0 answers
301 views

How implement facebook like button in native swift app after 2/5?

how can implement the facebook like button in a swift app after 2/5? Facebook said this: "Native Like Button: The Native Like Button, designed for mobile apps, will no longer be supported starting ...
Carlo's user avatar
  • 825
0 votes
1 answer
309 views

FBSDKLikeButton callback in swift facebook SDK v4.21.0

I'm coding in Swift 3 w/Facebook SDK 4.21.0, I'm trying to find a way to add a callback to FBSDKLikeButton so i know when the user actually liked / dislisked something. I have tried both approaches ...
David Homes's user avatar
  • 2,776
0 votes
1 answer
224 views

How to change the fb like button status to liked programatically

I need to show the users who logged in to the my iOS app, if they have already liked the page as following I have already add the FB Like button and it works perfectly. FBSDKLikeControl *...
posha's user avatar
  • 891
0 votes
0 answers
518 views

Swift 3.0, How to check whether the user like a facebook page or not?

I want to check user like a facebook page or not? Here, My code is, override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib....
Himanshu Patel's user avatar
0 votes
1 answer
55 views

Facebook SDK, when user likes and comments the post we get any response to from which we posted this post?

When user posts the any post from the app, then he wants to get count of the likes and comments of post I get that all count, but my question is when any one likes the post, Facebook provides any type ...
Vishal Wagh's user avatar
9 votes
2 answers
337 views

FBSDKLikeControl title text not changing respect to device locale FBSDK ios

I have implemented the FBSDKLikeControl in my project and my expectations is 'like' and 'liked' text change to respected device locale(ar-AE). But locale is not changed as expected, it simply show the ...
Manobala's user avatar
  • 284
-2 votes
1 answer
355 views

How to create a custom Facebook “Like” button? [closed]

Custom Facebook like button Change Background image Change frame Text color change
Amit Patel's user avatar
0 votes
1 answer
970 views

Check if user like the facebook post or not with graph API

I'm not getting any leads how to check whether user has like the feed or not. I'm displaying all the feeds of my page and I want to know whether user has liked the feed or not. One solution is get all ...
Hitesh Arora's user avatar
0 votes
1 answer
2k views

Add Facebook like button iOS SWIFT

I'm trying to add the like button in my iOS Swift app, following the Facebook tutorial I use Pods and a Bridging Header file to add the FB framework: pod 'FBSDKCoreKit', '~> 4.11' pod '...
cmii's user avatar
  • 3,596
0 votes
0 answers
2k views

Using FB Like Button in Native iOS Swift App

Hi I am trying to make a FB Like button in my app. I have seen a lot of posts and they are old and not clear for me. Here is what I did: import FBSDKCoreKit import FBSDKShareKit class MyClass{ ...
Ehab Saifan's user avatar
3 votes
0 answers
68 views

Facebook Page Like Button: How to know if the user has Liked or not after switching back from Safari

Once a user has Liked or not and the app is switched back from safari, I want to perform some actions if the user has "Liked". How can i do this? I am using ios-fbsdk 4.6, xcode 7, ios9. I also ...
user2955412's user avatar
0 votes
0 answers
259 views

facebook ios native like button stop working for my Facebook Page, but works for other Facebook Pages

We added native Like Button to our iOS and Android app. Buttons works normally on both platforms. We approved Like Button feature on facebook. All worked fine until yesterday. Yesterday, like button ...
Petr's user avatar
  • 835
0 votes
1 answer
526 views

Is it possible to add Facebook "like" button without showing Control Style

I want to add only Facebook Like button(without count,etc). Is it possible to add Facebook like button without showing likeControlStyle (FBSDKLikeControlStyleStandard, FBSDKLikeControlStyleBoxCount)?
Kamaleshwaran's user avatar
0 votes
1 answer
2k views

Unable to like using Facebook iOS SDK

I am trying to implement like in my Objective C application. If I am not logged into Facebook, then after tapping Like button, application opens login screen. I will log into my account. Then screen ...
Reconquistador's user avatar

15 30 50 per page
1
2 3 4 5
7