Questions tagged [facebook-sdk-3.1]

The latest released version (as of January 30, 2014) of the Facebook SDK for iOS.

135 questions
3
votes
4 answers

'InvalidOperationException', reason: 'fbauth2 is missing from your Info.plist under LSApplicationQueriesSchemes and is required for iOS 9.0'

Before you mark this as duplicate, please note that I have already tried all the solutions in the related questions. When I click on the Facebook login button on my app, the app crashes with this error 2015-10-28 18:31:05.277…
3
votes
1 answer

RequestAsyncTask of Facebook sdk not working for posting video in android

{ Request request = null; RequestAsyncTask task = null ; Bundle requestParams requestParams=new Bundle(); byte[] data = downloadUrl(new URL("urltodownload")); …
Raj
  • 844
  • 2
  • 11
  • 29
3
votes
1 answer

Using Facebook API in Swift. "App ID not found"?

I filled the keys in info.plist according the Facebook's Tutorial, but when I try my application, the following exception message is shown: 'InvalidOperationException', reason: 'App ID not found. Add a string value with your app ID for the key…
3
votes
2 answers

importing Facebook SDK into my android project - Gradle error

I have a problem that keeps me busy for the last few days and I would like to get some help... I am using intellij 13.1.3 and when I try to add the Facebook SDK as a module I get an an error Error: Gradle: error: package com.facebook does not…
3
votes
2 answers

Get profile picture from Facebook Graph-API

this method to retrieve the photo facebook profile does not work anymore ImageView user_picture; userpicture=(ImageView)findViewById(R.id.userpicture); URL img_value = null; img_value = new…
toufik3119
  • 115
  • 1
  • 3
  • 12
3
votes
1 answer

Facebook SDK error:Argument 'applicationId' cannot be null

I'm using this guide https://developers.facebook.com/docs/android/getting-started. I have created App on developer page of Facebook and added Package name,Hash key to Developer settings. But i'm getting this error: Caused by:…
user3289782
  • 125
  • 2
  • 10
3
votes
2 answers

iOS FacebookSDK's Scrumptious sample application doesn't work because it always recieves FBErrorCategoryUserCancelled

The question is straightforward. I have run the application without modifying anything on an iPhone 5, iPhone 4S and the simulator, all running iOS7. I have configured my FB account in Settings so that when I try to login it takes that account. The…
Bogdan Raducan
  • 177
  • 2
  • 11
3
votes
1 answer

iOS - Facebook SDK v3.11.1 - change default app id

I m using facebook SDK v3.11.1, and I have 2 facebook applications (on facebbok), each one has app ID. I change the default app ID programmatically: [FBSettings setDefaultAppID:]; and then I invoke openActiveSessionWithReadPermissions,…
gran33
  • 12,421
  • 9
  • 48
  • 76
2
votes
1 answer

How to post on my own Facebook page using Facebook SDK?

I have created a Facebook App to publish posts from my website to Facebook page. When I submitted the App for review they rejected to give permissions for publish_pages. These are notes from reviewer: Your app doesn't need to submit for…
2
votes
0 answers

"message": "(#294) Managing advertisements requires an acess token with the extended permission for ads_management"

I'm trying to test my server to server app and my app is an website. But the calls to the marketing API are done from my node js server. I am able to create campaigns and Adsets, but not the Ads. when I try, I'm reciving this error message on…
2
votes
1 answer

Android Facebook SDK 3.2 Getting Profile Email information Showing Null

I am using Facebook SDK 3.2 for login in my android app. Login, logout functions working fine. My Problem: after login want to retrieve the Facebook Username and Email. Username Showing Perfectly Email is not Showing. Please help me to solve…
Kumar
  • 969
  • 2
  • 22
  • 56
2
votes
1 answer

Facebook progress dialog spinner when logging in Android application

Hi I want to customize my progress dialog box when the user clicks on facebook button to login. I am able to customize the dialog for google login but not in this case. I tried to change the WebDialog class in facebook sdk that I uploaded in my…
2
votes
1 answer

Facebook like button shows blank popup and returns nothing on android application

I have developed an android application which has Facebook like button using Facebook SDK from android like button. But when we click on like button it shows blank popup and returns back on screen. Also like is not working. below is code. protected…
Suraj
  • 576
  • 2
  • 10
  • 37
2
votes
1 answer

Google play market the application supported devices are zero (0)

I've finished developing my android app and it was ready for publishing it uses facebook SDK and google play services, But after publishing on play store I noticed that the app supported devices are zero '0' this is my manifest file: `
digitamo
  • 148
  • 2
  • 7
2
votes
0 answers

Facebook SDK login button hangs on Facebook activity when uninstalling app and reinstalling

I am using the Facebook SDK 3.19 for my app and have a recurring bug. I am using the com.facebook.widget.LoginButton to control my login flow. Anytime I uninstall my app and reinstall, the login button "breaks" and changes to the Facebook activity…
The Nomad
  • 7,155
  • 14
  • 65
  • 100
1
2
3
8 9