Questions tagged [facebook-sdk-3.14.x]
45 questions
0
votes
0 answers
share picure to timeline using sdk for android
im using the android facebook sdk to integrate facebook into my app. Im trying to share pics to the users wall. When I login to my app and share a picture it also shares to my facebook timeline. When someone else logs in and tries to share a pic to…

sara roberts
- 63
- 1
- 1
- 11
0
votes
1 answer
Facebook Android : java.lang.UnsupportedOperationException:Session: an attempt was made to request new has pending request
I am posting to a Facebook Fan page in my application but I am getting the error Which i am not able to figure it out.
The Error is:
java.lang.UnsupportedOperationException: Session: an attempt was made
to request new permissions for a session…

anand
- 1,711
- 2
- 24
- 59
0
votes
2 answers
How to get email of facebook user using facebook sdk in android
Trying to get facebook user details like name,location and email. I am able to get name and location but email is not getting.After checking developers page email requires permission. I didn't get how to add permission in my code please help…

Prabha1
- 233
- 1
- 4
- 22
0
votes
0 answers
How to import key hash to my android app?
I generate key hash by these commands
keytool -genkey -v -keystore xxx.keystore -alias xxx -keyalg RSA -keysize 2048 -validity 10000
keytool -exportcert -alias xxx -keystore xxx.keystore | openssl sha1 -binary | openssl base64
Then I got this key…

CL So
- 3,647
- 10
- 51
- 95
0
votes
2 answers
Facebook friends list in IOS is always empty
I am trying fetch my Friends who are using my application from facebook and but in the response i am getting empty list list. Please guide me what i am doing wrong. I am using the following code
[[FBRequest requestForMe] startWithCompletionHandler:…

btmanikandan
- 1,923
- 2
- 25
- 45
0
votes
1 answer
Is possible share photo from my app without publish_actions on facebook?
I did not obtain publish_actions yet. Is possible upload image to facebook from my android application without publish_action permission?
Thanks in advance for any help.

marcu
- 223
- 4
- 14
0
votes
3 answers
SDK integration in android
I have added Facebook SDK and Google-play-services_lib as library in my project . I have deleted android-support-v4.jar from my project Lib folder. Now I am facing with following problem
[2014-09-26 15:47:47 - Dex Loader] Unable to execute dex:…

M.ArslanKhan
- 3,640
- 8
- 34
- 56
0
votes
1 answer
Cant login to FB Android SDK
Wow, FB SDK su*** big time.
I've been spending way too much time trying to figure out why a simple login wont work.
The "HelloFacebookSample" works fine and logs into FB using my account but when I try to implement it in my app I get nothing!
I…

Yosi199
- 1,745
- 4
- 22
- 47
0
votes
1 answer
How to set FacebookDisplayName?
I recently hit a problem while trying to integrate FaceBook in an iOS app.
Fortunately I found the answer here:
Facebook SDK: app not registered as a URL Scheme
This is where I have a question:
In the post mentioned above the answer gives the…

Michel
- 10,303
- 17
- 82
- 179
0
votes
0 answers
Issue About Pass Facebook Permission in android sdk 3.14 with version 1.0
In My Application I have Facebook Login Functionality and then getting User's Friends List
and my fb App was created before 30/04/2014 that is why i am able to fetch friends list as per version v1.0 and sdk 3.14 but i am getting some issue...
i did…

Android_Paradise
- 325
- 1
- 5
- 15
0
votes
0 answers
Facebook SDK : URL of the RSS feed for facebook notifications
Is there a way of obtaining the RSS feed url for facebook notifications via Facebook SDK?
I'm using the PHP version.
Thank You

tharindu_DG
- 8,900
- 6
- 52
- 64
0
votes
2 answers
Running the code after an asynchronous task
So I am looking for a way to run only a block of code to run after an asynchronous task(s) have finished. The code is related to the Request.executeAsync(); in the facebooksdk for android. The code that I going to use for the explanation is:
public…

Mohammad Areeb Siddiqui
- 9,795
- 14
- 71
- 113
0
votes
1 answer
IOS can't set FBProfilePictureView as the image view class
I have added an imageview on my viewcontroller using storyboard and I wanted to set the class of the image view to FBProfilePictureView but every time I did that, xcode return the class to empty, it seems that it doesn't recognized the…

Carol Smith
- 199
- 1
- 1
- 16
0
votes
0 answers
Facebook IOS SDK 3.14 - Inconsistent results in Graph API friends birthdays queries
We recently updated the SDK to v3.14.By default, were requesting the users for the following permissions: @"user_birthday",@"user_friends",@"public_profile",@"email",@"friends_birthday"
and use the query…

Matan Guttman
- 648
- 8
- 16
-1
votes
1 answer
ios - posting photo in user's facebook feed in sdk 3.14
Need help in uploading / posting photo in facebook in sdk 3.14.
Most of the working codes were deprecated in old sdk versions and i can't find a simple example of this.
[EDIT] Here's my current progress.
- (void) handleTakePictureTouch:(id)sender
{
…

Pepeng Hapon
- 357
- 1
- 17