Skip to main content

All Questions

Tagged with
732 questions with no upvoted or accepted answers
11 votes
2 answers
2k views

Uploading base64 image to Facebook graph API via Javascript/Phonegap

I'm trying to make a "post" request to https://graph.facebook.com/"+userID+"/photos?access_token="+accessToken with the 'url' paramter being a base64 data URI. I got the error "data:base64.... is ...
J.a. Peña's user avatar
8 votes
1 answer
2k views

FBDialogs presentShareDialogWithParams callback handler never gets called

I'm using FBDialogs to share on Facebook. The facebook sharing works correctly, but the handler never gets called (I put a breakpoint on the first line) My SDK is installed through CocoaPods pod '...
Juraj Petrik's user avatar
8 votes
3 answers
686 views

XCode 4.5, Facebook SDK 3.1 implementation resulting in "...selected destination does not support the architecture ..." error

Presently getting the following error: Cannot run on the Selected Destination The selected destination does not support the architecture for which the selected software is built. Switch to a ...
Mark B's user avatar
  • 81
7 votes
1 answer
902 views

Refused to display facebook.com/xti.php in a frame because it set X-Frame-options to sameorigin

I only get an error in the google chrome console. I tried with edge and I don't have this error. I'm trying to figure out which is causes this error. I receive this error: Refused to display '...
subzero's user avatar
  • 99
7 votes
1 answer
370 views

Facebook iOS App Policy: Where is the back to Facebook banner in the sdk?

In the new facebook app policy i found this paragraph If people come to your app from the Facebook app on iOS, give them an option to go back to the Facebook app by using the Back to Facebook ...
hackfrag's user avatar
  • 223
6 votes
0 answers
2k views

Facebook JS SDK does not set cookie?

I use code from up-to-date FB developers page. In JS SDK I can login, get access token, make api calls etc. PHP SDK getJavaScriptHelper() returns empty for access token. I have checked for fbsr_{...
Kārlis Janisels's user avatar
6 votes
2 answers
636 views

Sencha Touch 2: Facebook JS SDK not working on device, only in computer-browser

I'm developing a Sencha Touch 2 app that uses the Facebook JavaScript SDK to show a Facebook feed in a list. In my browser (localhost) it works perfect, but when I launch my app on my device (iPhone ...
Hees's user avatar
  • 61
5 votes
0 answers
2k views

Facebook iOS SDK to return a signed request object upon login

The JavaScript SDK returns a signed request object which can be used to authenticate the user in the backend (the applications backend, that is). This is particularly useful, because the signed ...
Patrick Hüsler's user avatar
5 votes
3 answers
2k views

Parse.com Is it possible to login using facebook while checking if the facebook user's email exists in a user in parse and if it does linking both?

I'm having the following problem with the parse iOS SDK. In my app users can login using email (username)/password or facebook. When they use facebook the email (username) gets set automatically. But ...
yzoldan's user avatar
  • 318
4 votes
1 answer
1k views

Facebook ios sdk in iOS 14.5 can not send app events

I develop a sdk for my game. In ios under 14, everything work well, I can see event in facebook analystic and business event manager. But above ios 14, I can't see anything. What i try : -Add ...
tgioihan's user avatar
  • 103
4 votes
0 answers
90 views

iOS - How to get Facebook Campaign information when is installed from Ad

We are running an install campaign on Facebook and, when user installs the app due to tapping on an Ad, I would like to fetch the campaign information from within iOS app and send to our server; like ...
tperei's user avatar
  • 353
4 votes
0 answers
252 views

Flush Result : No Connectivity issue for FBSDKAppEvents with FB analytics SDK

I tried every possible thing, followed all the documents but still getting this error both on simulator and device. due to 'PersistedEvents' - { "advertiser_tracking_enabled" = 1; "anon_id" = ...
abhi's user avatar
  • 106
4 votes
0 answers
274 views

What is the current status of Facebook's .Net SDK?

So I need to do some API interaction with Facebook from .NET, i want to know how is this being handled nowadays. The SDK has been recommended a few times, but any sort of information seems to ...
Ernesto's user avatar
  • 1,552
4 votes
1 answer
1k views

Facebook cdn Profile Picture Url Forbidden 403

I have been using the FB Javascript SDK for Oauth login in one of my angular apps. The GET request for the pictures url saved in my database throws a forbidden error after some time. and the image isn'...
Param Singh's user avatar
  • 1,366
4 votes
1 answer
787 views

Facebook SDK is not working on Android Studio

I have follow Scott Barta solution to import Facebook SDK on the new version of Android Studio (here) but now i'm having trouble using this sdk. When I import import com.facebook.android.Facebook;I ...
geekAdventure's user avatar

15 30 50 per page
1
2 3 4 5
49