Questions tagged [facebook-sdk-3.1]

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

135 questions
0
votes
1 answer

API.put_photo is deprecated. Is there a new method for publishing photos or Figures on Facebook using Python API?

I am using facebook API (version 3.1.) to publish automatically on my Facebook feed using a python script (shown below), which was working fine until recently. I found that facebook deprecated the put_photo function from the new api version (8.0),…
echaves
  • 23
  • 3
0
votes
1 answer

Android Facebook SDK shares text without link and image

shareDialog = new ShareDialog(this); if (ShareDialog.canShow(ShareLinkContent.class)) { linkContent = new ShareLinkContent.Builder() .setContentTitle(title) …
yoonus c
  • 1
  • 1
  • 3
0
votes
0 answers

FacebookSDK - Loginscreen has wrong layout size

I am using cocos2d-x (c++) & soomlaProfile for my game. I want to login into Facebook via FacebookSDK. If I click on the fb-login-button the popup-window from facebook appears, but the layout is wrong.
webschnecke
  • 919
  • 1
  • 8
  • 21
0
votes
1 answer

How to read your own facebook inbox using python sdk?

Can someone suggest how to read the facebook messages using the python SDK with Graph API's. I know how to read messages from pages.But i want to know how to read messages from my account itself
0
votes
1 answer

Facebook Login Getting Username,But Profile email Showing Null from my Android app

Iam using facebook Login in my android app. 1.it fetching and showing the Username fine, but email id of the user is Showing null. 2.how to get user Email id,anyone help me to solve this issue,thanks in Advance. Link i…
Kumar
  • 969
  • 2
  • 22
  • 56
0
votes
2 answers

Facebook hash key breaks the Facebook login button

I initially had used OpenSSL to get my key hash, but after doing a lot of research, I read that, using a snippet of code, I can generate one which is the better method. These hashes differed and now when I use the hash key provided by this chunk of…
0
votes
1 answer

Facebook SDK not imprted in Android studio

I have downloaded the facebook sdk version 3.21.1 and I have android studio version 1.0.2. Whenever I try to import the 'facebook' folder in the sdk folder(through the import module method), it dosent show up in the project tree on the left hand…
Tejas
  • 157
  • 2
  • 10
0
votes
1 answer

The operation couldn’t be completed. (com.facebook.sdk error 5.) while posting on facebook ios

When i am logging using two permissions: @"publish_actions",@"publish_stream" and want to post on facebook. Please help me to resolve i have checked and applied many stackoverflow solutions but none of them worked.My facebook SDK version is: 3.21 …
Zalak Patel
  • 1,937
  • 3
  • 26
  • 44
0
votes
1 answer

Difference session.isOpened() and session.getState().isOpened()

Can someone tell the difference between those states? And when to use which one?
0
votes
1 answer

iOS Facebook SDK FBRequest requestForMyFriends returning only Test Accounts

I'm trying to get all Facebook friends that uses my App. This is my code: FBRequest* friendsRequest = [FBRequest requestForMyFriends]; [friendsRequest startWithCompletionHandler: ^(FBRequestConnection *connection, …
Lukas
  • 21
  • 1
  • 5
0
votes
2 answers

Importing FacebookSDK into a Swift app

I'm using the FacebookSDK.framework, freshly downloaded an hour or two ago (version 3.17, I think), in a new iOS app written in Swift. I have Xcode 6.01. I can build and successfully run the HelloFacebookSample project from the SDK folder on a…
Jimmy Dee
  • 1,070
  • 1
  • 11
  • 17
0
votes
1 answer

How to register an user using Facebook Login?

I have an android app and a web interface for my user to interact with my system. I managed to make the user Login through Facebook LoginButton into my App and now I would like to register it on my own database. Just to confirm: It is possible to…
João Menighin
  • 3,083
  • 6
  • 38
  • 80
0
votes
0 answers

FBWebDialogs does not show - no reaction

Please if any of you could help me with this Facebook SDK. I don't know what's going on, and the problem is that when button with facebook is clicked nothing shows up - FBWebDialog is dead but "Memory managment/consumption bar in Xcode when app is…
DKM
  • 270
  • 3
  • 13
0
votes
1 answer

Add FacebookSDK to test target Xcode 6

I'm trying to test a FacebookAPI class I created, but when I add it to the test target, all my FacebookSDK classes inside FacebookAPI get "Use of unresolved identifier 'FBSession'" for example. What should I do? I'm using swift, thats why I have to…
Rodrigo Ruiz
  • 4,248
  • 6
  • 43
  • 75
0
votes
1 answer

opencv android facerecognition

This is the face recognition code i downloaded from http://www.java2s.com/Open-Source/Android_Free_Code/Facebook/Download_Free_code_face_recognition.htm. package face_recognition; import java.io.File; import java.io.FileOutputStream; import…
1 2 3
8 9