Skip to main content

All Questions

Tagged with
4 votes
2 answers
16k views

Facebook login fails with code 190 - "The access token was invalidated on the device"

I've read all other related questions here, and found no answer. I have been able to reproduce a scenario in which Facebook login fails with code 190, and a message of "The access token was ...
0 votes
0 answers
24 views

FBSDKGraphRequest don't work if access token out of time(iOS)

I'm developing SDK for Facebook(meta) and use FBSDKGraphRequest to get some data. As the demand of access-token, I want to test the case that access-token has been invalid(mostly out of time), so I ...
0 votes
0 answers
37 views

Facebook JS SDK not returning Email address

This looks like a common issue, although I've spent an entire day on it and cannot get the Facebook JS SDK to return my email. I've set my email address visibility to public, unlocked my profile and ...
0 votes
0 answers
213 views

How to update Facebook SDK for IOS to the latest version?

enter image description here I am trying to update the facebook sdk for ios on my facebook business account, before it was a lower version everything was working fine, but recently i got a warning to ...
1 vote
3 answers
10k views

FB.api post to wall : access token?

I'm trying to post to the facebook wall of a connected user using the javascript sdk, here is my code : var connecter=false; window.fbAsyncInit = function() { FB.init({ appId : ...
0 votes
0 answers
77 views

Short time token with the Graph API and Facebook login through the iOS SDK

For some players, a short-lived access token with Origin = "Web" is being issued despite the authentication process occurring through the Native iOS SDK. Furthermore, the token is not being ...
3 votes
3 answers
4k views

Failed importing Facebook SDK in Swift 4.x

I've tried to import Facebook SDK for App Events and tracking of App Installs through Facebook ADS and it's being impossible to do it. I've done it with CocoaPods using: pod 'FacebookCore' as the ...
0 votes
0 answers
137 views

"Your SDK doesn't seem to have updated correctly. Please try again." Even after update is done

I have an Android app using Facebook SDK, when I try to add new events I get this message "Your SDK doesn't seem to have updated correctly. Please try again." I have the latest versions for ...
0 votes
0 answers
49 views

Facebook share sdk never giving response for mobile devices but works fine on desktop

I am using the Facebook SDK to share a post on Facebook and receive a response from Facebook indicating whether the post has been shared or not. If the post is shared, then I want to display a ...
5 votes
1 answer
1k views

How do I allow users to "Like" our Facebook company profile using the Facebook SDK for iOS?

We have a company profile page on Facebook where we interact with our customers. We would like to get as many users to "Like" us as possible, because it allows us to post something and have have it ...
0 votes
1 answer
125 views

Post image with the old Facebook sdk

I want to post an image from my iPhone app directly to my wall. with out using an image URL, with the actual UIImage or NSData. On the recent FacebookSDK, I can post like: [FBRequestConnection ...
1 vote
3 answers
669 views

Is there a way to make the Facebook button appear correctly in a UITableView?

I'm trying to get Facebook Connect functionality working in my iPhone app. I'm wondering how to get the button lined up correctly in my UITableView: - (UITableViewCell *)tableView:(UITableView *)...
0 votes
0 answers
122 views

Facebook ads campaign not displaying app installs results data

Facebook ads campaign not displaying app installs data. I regularly post Facebook ads for my Android app in Play Store. My Facebook ads campaigns are not showing any data for columns like Results, ...
0 votes
0 answers
525 views

Send friend request Android Facebook SDK

I have looked around and tried to find a solution to this question but cannot seem to find one that works, I am trying to have an interface where the user logs in and a friend request is sent to a ...
15 votes
4 answers
10k views

What is the correct way to call [super layoutSubviews]?

I just saw in the Facebook SDK for iOS that they call [super layoutSubviews]; at the end and not at the beginning of the layoutSubviews method. As far as I know, we should always do it as the first ...

15 30 50 per page
1
2 3 4 5
115