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
4
votes
1 answer

Facebook SDK 3.5 Login via App does not work

I am really confused right now. I try to login to Facebook from my App. This works fine, when no native FB App is installed. I get the Acces Token and can work with it. But if the device has installed the facebook app and the app gets started on…
A.S.
  • 4,574
  • 3
  • 26
  • 43
4
votes
2 answers

Pass Facebook SDK session to webview

I have Facebook SDK integrated in my android app, with login button, which is working perfectly and everything else is fine. I need to add webview to make like button, but it says I'm logged out and Facebook SDK session doesn't make any difference.…
Gintas_
  • 4,940
  • 12
  • 44
  • 87
4
votes
2 answers

facebook sdk android, how to get user phone number?

I want to know the user's phone number, but I can't find any mention in this documentation. Is there any way to obtain the user's phone number?
Ankit
  • 6,554
  • 6
  • 49
  • 71
4
votes
3 answers

unable to write jarlist cache file Facebook SDK on Android

i am trying to integrate facebook login to my android application. according to Facebook Help i tried to implement, while i am importing facebook sdk to eclipse the below error showing, not understood what happen. even i installed Android Verion 2.2…
Devendar
  • 323
  • 1
  • 4
  • 20
4
votes
0 answers

ios facebook app sharing session with safari

Hey guyz m new at iphone can someone please elaborate why my facebook app is sharing session with safari browser when i log out using [FBSession.activeSession closeAndClearTokenInformation]; is does not close my session and if the user log in…
Ramiz Girach
  • 169
  • 2
  • 10
3
votes
1 answer

Failed to get remote view controller with error: Error: domain=_UIViewServiceInterfaceErrorDomain, code=2

I have a really frustrating error. I'm 3 months into iOS development. I've been logging into facebook and then connecting up to Firebase. I implemented that right at the start. It works perfectly, todays the day I wake up to put the app on the…
Lewis Black
  • 957
  • 2
  • 8
  • 22
3
votes
0 answers

Getting error while running project in xcode 6.1.1 with "FacebookSDK/FacebookSDK.h" not found

Getting error while running project in xcode 6.1.1 with "FacebookSDK/FacebookSDK.h" not found though it is working fine in xcode 6.1. I got this issue when i sifted to new mac mini with Yosemite O.S. Please help me to get out of this issue. Thanks…
3
votes
1 answer

Web Crawler gets slower with time

I am doing a data extraction project where i am required to build a web scraping program written using python using selenium and phantomjs headless webkit as browser for scaping public information like friendlist in facebook.The program is starting…
3
votes
2 answers

FacebookSDK Error GADCustomEventBanner.h not found

I've tried reinstalling the FacebookSDK framework a few times but all that gives me is linker errors. The #import "GADCustomEventBanner.h" statement is located in the FBAdMobCustomEventBanner.h file. I'm not sure what to do here and I've even tried…
Walrushat
  • 41
  • 3
3
votes
2 answers

Call a function multiple times without waiting for it to complete

I have a cron job that calls a script that iterates through some items and submits them as posts to Facebook Graph API every minute. The issue is, each call takes a few seconds. If there is more than 10 posts to be sent to the API in a given minute,…
3
votes
2 answers

Facebook login within Android app is redirecting to native Facebook Android app

I am using a latest Facebook sdk in my application to login. Login is working well when the native facebook app is not installed in my device. But if native facebook app is installed then my login is redirected to this native facebook app. But I…
veerendra
  • 523
  • 7
  • 18
3
votes
1 answer

android facebook sdk, sharing -- how to detect succcess?

Following the tutorial on Facebook Android SDK Official Site, in the place where I set the uiHelper .onActivityResult, I realised that.. whether I post something to the web or not (even if I simply press the back button directly), "onSuccess" would…
songyy
  • 4,323
  • 6
  • 41
  • 63
3
votes
1 answer

android app crashes on first attempt to share data using Facebook sdk in release mode

I want the users to share some details from android app to Facebook wall. I am using facebook-android-sdk-3.6.0 for this. I have configured the debug key and the release key in Facebook developer console and done the required changes in…
Kaps
  • 2,345
  • 2
  • 26
  • 37
3
votes
3 answers

Error code 2500 Facebook graph api

I do not understand why this query does not work in android and "Graph Api Explorer" if it 111891332274505?fields=albums.fields(id,name,description,updated_time,created_time,cover_photo) Error Code Error code: 2500 Error mensaje: {HttpStatus:…
3
votes
0 answers

How do I get public feed from facebook without user authentication on a native/Desktop app?

I'm looking to get publicly available facebook feeds (i.e. Google's facebook page/posts). However I want to be able to access these feeds without having the user log into the application. I've looked into using "App Access Tokens" however since…
James Mertz
  • 8,459
  • 11
  • 60
  • 87
1 2
3
25 26