Questions tagged [facebook-sdk-3.0]

The Facebook SDK version 3.0 released on 07/08/2012

Facebook SDK makes it easier and faster to develop Facebook-integrated apps

Here’s a rundown of the key updates:

  1. Updated native UI components and added internationalization support
  2. Refined and simplified core APIs, including session and request objects
  3. Bug fixes and increased stability
386 questions
48
votes
5 answers

AccessToken token:ACCESS_TOKEN_REMOVED in Facebook Android SDK

I am using the Facebook SDK but I want to create the photo album but I am getting ACCESS_TOKEN_REMOVED in the session. Getting this in session {Session state:OPENED, token:{AccessToken token:ACCESS_TOKEN_REMOVED permissions:[read_stream,…
user2695306
  • 589
  • 2
  • 7
  • 9
20
votes
15 answers

Sign out from google and facebook in android application

I have integrated google and facebook sign up using their respective methods. But after successful signing, I want to open different activity and similarly user can go to various different activities. I have used action bar where I am giving an…
19
votes
15 answers

Lexical or Preprocessor Issue 'FacebookSDK/FacebookSDK.h' file not found

I just add facebookSDK.framework in ios project through this document :Getting Started with the Facebook SDK for iOS I have successfully build and run my Xcode project by following it. But when I copy my Source code and run it on another PC…
16
votes
1 answer

Facebook sdk get users phone number or Address?

I think i dug through the whole facebook sdk documentation but can't seem to find the way to get the users Phone number or Address. Is this feature removed, as of spoken in this thread where it's suggested it will be re-enabled in a few weeks…
15
votes
7 answers

Android facebook login not working with installed Facebook app

I have set up simple facebook login. For Android 2.3.6 everything works as should, user gets prompt login dialog, enters data and app goes on. I thought that it was android versions fault but it turs out that the login isn't working when there is…
Karlis
  • 1,501
  • 4
  • 19
  • 31
14
votes
3 answers

Facebook login via social framework in ios

I'm new with iOS development. I have to integrate Facebook login in my iOS app, as user logs in it fetches all the info and navigates it to home screen. I have done this via Facebook latest SDK but I want it to be done via social framework. I have…
Arun
  • 191
  • 1
  • 2
  • 8
12
votes
6 answers

Facebook Android SDK & java.lang.NullPointerException

I am having trouble opening an active facebook session in my android app as per the tutorial posted at https://developers.facebook.com/docs/android/getting-started/facebook-sdk-for-android/ I have been struggling with this for quite some time now…
infinity
  • 1,900
  • 4
  • 29
  • 48
10
votes
4 answers

iOS Facebook SDK Error Domain com.facebook.sdk Code 2 and Code 7

I am developing the application which allow user to login via Facebook (using Facebook SDK for it). The error appears when a user has already logged in Facebook in iPhone settings. If not - all work correctly. NSArray *permissions = [[NSArray…
Artem Z.
  • 1,243
  • 2
  • 14
  • 36
10
votes
1 answer

XMPPFrameWork didNotAuthenticate in Facebook

I had been using a AppId, which is created in Facebook a few months ago for my iOS chat application. Now I have to use the newly created AppId for release. If I am using the old AppId then the XMPP will get authenticated and able to chat with…
ani
  • 440
  • 1
  • 5
  • 15
9
votes
2 answers

Android Studio 0.5.0 rebuild not working with Proguard

Recently I updated Android Studio from 0.4.2 to 0.5.0 and Android Gradle Plug-In from 0.7.2 to 0.9.0 as the IDE suggested. The project runs and installs good but when I press Build->Rebuild Project it throws an error, which stops the rebuild. Here…
Prokky
  • 815
  • 7
  • 19
8
votes
3 answers

Error while importing facebook module in Python

I have installed facebook-sdk using below mentioned command: pip install facebook-sdk But while importing it, I am facing an issue: import facebook Traceback (most recent call last): File "", line 1, in File…
Praveenks
  • 1,436
  • 9
  • 40
  • 79
7
votes
2 answers

Apache Cordova Facebook Plugin Fail On Init - Android

I'm currently building an app the will be using the Apache Cordova Facebook Plugin to communicate and authenticate users. I had it working about a month ago, and then I was getting close to the end of development when I decided to upgrade to the…
6
votes
2 answers

Import facebook SDK to cordova/phonegap project

I'm creating my first app using cordova 3.3.0 (aka phonegap). Everything's all right : I can run project on to Android Device Emulator and on to my mobile. I'd like to use the facebook connect plugin…
hugsbrugs
  • 3,501
  • 2
  • 29
  • 36
6
votes
1 answer

How to load Google Analytics and Facebook SDK in chrome extension?

I'm developing a chrome extension using Kango framework, and I waned to use both Google Analytics and facebook SDK. I edited the manifest file to include the follwoign "content_security_policy": "script-src 'self' https://ssl.google-analytics.com…
6
votes
1 answer

Facebook SDK : ApiException:The proxied app cannot request publish permissions without having being installed previously

I am struggling with the Android facebook SDK 3.5 riigth ow. Everything works perfect with my accounts. Now I gave the App to a friend of mine and when he loggs in he does notget glogged in because of this failure: ApiException:The proxied app…
A.S.
  • 4,574
  • 3
  • 26
  • 43
1
2 3
25 26