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

android how to add permission to facebook

i want to add permission to read email from the facebook android sdk. code Session.openActiveSession(this, true, new Session.StatusCallback() { @Override public void call(Session session, SessionState state, …
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253
0
votes
2 answers

Android how to get email from facebook sdk

I need to get the email of the user using android Facebook sdk, I think it is something in the asMap but it seems it couldn't, I tried this Session.openActiveSession(this, true, new Session.StatusCallback() { @Override public…
0
votes
1 answer

Android facebook where is the share button

I want to share some text on facebook from my android sdk, I can interact with facebook from my sdk as I want, but I could not find the share logo, that blue logo which users have already familiar with. I am sure it is something in the xml but i…
0
votes
1 answer

Facebook javascript ui to post to wall, page or message?

I've managed to get the share button to work but it does not format the post correctly for each image, so I tried the FB.ui method, but that only seems to allow me to post to my own wall??? Am I completely not getting the FB Api?? The documentation…
IamLasse
  • 123
  • 1
  • 11
0
votes
1 answer

can't get facebook graph data in specified language

I am using latest Facebook SDK for Android (3.0.2) and I want to retrieve notifications in a specified language. When I use this URL : me/notifications every thing works fine and I can receive data, but when I set URL :…
3afrit
  • 21
  • 1
  • 4
0
votes
1 answer

Android Facebook SDK - how to send a request to a test user?

This is actually a 2 parts question. I cant figure out how to send a request to a test user using the request dialog. i was able to send it to a friend but how can i select a test user which is not part of my friends list ? from the tutorial in…
AsafK
  • 2,425
  • 3
  • 32
  • 38
0
votes
0 answers

Facebook JS SDK into asset pipeline?

Facebook SDK is the most heavy file of all my website. It require about 5sec to load. This is because Cache-control is set to 389sec. Do know a way to extend it to at least a week? Could be a good practice to insert all.js into my "asset pipeline"…
0
votes
1 answer

Getting error on Session.openActiveSession - Facebook SDK 3.0.2

I setup whole new project and test code from guide https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/ Everything went great, but I'm getting force close when I add this code to my own app. …
Jakub Pomykała
  • 2,082
  • 3
  • 27
  • 58
0
votes
1 answer

Posting status on Facebook via Easy Facebook SDK Android

I cant find way to post new status on Facebook via Easy Facebook SDK. Im logging in, everythings is ok. Then trying to fire up this line of code Status facebookStatus; /* some code */ facebookStatus.setMessage("Some…
Jakub Pomykała
  • 2,082
  • 3
  • 27
  • 58
0
votes
2 answers

com.facebook.sdk error 2 iOS app using Parse

in my iOS app, we have our user log-in using facebook to grab some of their information. I've included the code below that occurs when the users presses the button that reads "Log in with Facebook": - (IBAction)toQuadAction:(id)sender { // Query to…
user2497586
0
votes
1 answer

Facebook app request dialog doesn't appear

I have created a Facebook PHP app, and I tried to make a request dialog. I used the SDK, but it doesn't appear when I click on Invite Friends. This is the code:
Mihai
  • 3
  • 1
0
votes
1 answer

Unable to access facebook login?

I am using Facebook's official Android SDK, and I am administrator of an app on Facebook. I read that by default, the app is in sandbox mode and no one except administrator and developers can access it. I am using it to add Facebook login facility…
tigerden
  • 728
  • 2
  • 11
  • 28
0
votes
1 answer

IOS: facebook sdk per my own post

I have a question about sdk facebook integration with my iOS app. In my app I want authenticate the users with the facebook login and it's all clear here http://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/ In this app the users should…
cyclingIsBetter
  • 17,447
  • 50
  • 156
  • 241
0
votes
1 answer

Facebook permissions window doesn't appear on tablets using JS SDK

I'm using the login code from Facebooks documentation: This works fine in desktop browsers but on tablets the whole site tries to redirect to an https://m.facebook.com... URL instead of showing the permissions pop up. The page it redirects to just…
user1238321
  • 249
  • 2
  • 7
  • 15
0
votes
2 answers

Trying to add facebooksdk.jar file to my project

I have installed facebookSDK and the sample apps. The sample apps all copilr and run fine. I tried to make my own app. The only thing I did was creat a new android project, test it, runs fine. Then I added the facebooksdk jar file. Now my…
Ted pottel
  • 6,869
  • 21
  • 75
  • 134