Tagged Questions
0
votes
2answers
7 views
How to set User read permission on FBLoginview in ios?
i using facebook SDK and using FBLoginView for login to facebook and i got a basic user information , but i need to some more permission like Emailid,BirthDay ,how to add permission.
Thanks
0
votes
3answers
19 views
FBSDKLog: System authorization failed:
I have added facebook sdk for accessing the user account. But when user is already login in facebook via iOS 6 facebook then in my app on the very first page it must shows the alert that app is asking ...
0
votes
0answers
24 views
iOS Facebook SDK 3.5 publication. App name is not displayed (posts published via “iOS”)
I want to make facebook publication on the iOS6. The way I do it:
Ask for read permission
Ask for publish permission
Call [FBDialogs presentOSIntegratedShareDialog...]
It works but in feed I see ...
0
votes
0answers
19 views
iOS 6 Facebook Open Graph API without using iOS SDK
I want to use facebook Open Graph APIs for iOS6 for liking and posting the comments and generating notifications. I use iOS Social Framework for loggin using Facebook and do not use Facebook SDK ...
2
votes
2answers
97 views
Parse.com and Facebook login, runs infinite loop
I updated both Parse and Facebook iOS SDKs to the latest versions, and when I try to login using Facebook my app crashes, and from the debugger I can see that it is calling 3-4 methods in an endless ...
1
vote
1answer
151 views
Upgrade from Facebook iOS SDK 3.2.1 to 3.5 gave me an error with FBCrypto
After installing the new sdk I cleaned the project and build it. It fails with this message:
Undefined symbols for architecture i386:
"_SecRandomCopyBytes", referenced from:
+[FBCrypto ...
0
votes
1answer
99 views
Unable to logout from Facebook using Facebook SDK 3.5 in iOS
I am currently using Facebook SDK 3.5 for facebook login in my native iOS app. I have referred sample iOS codes by facebook and implemented my login in the same way. Everything works absolutely fine ...
0
votes
0answers
55 views
iOS6 Cannot open page err on facebook sso https://m.facebook.com/dialog/oauth/write
I can login fine with iOS6 & facebook credentials installed in iOS settings, But if I try it without the credentials present in iOS settings, my app switches to safari and after entering the ...
1
vote
1answer
95 views
Sign Up with Facebook and Twitter SDK for iOS
I am trying to add Facebook and Twitter login and sign up in my iOS app. As my App is server based, I need to create a user profile on my DataBase as well. But the problem is that I cannot fetch ...
-1
votes
1answer
24 views
Facebook - how to get [closed]
I am looking to implement the ShareSdk for an iOS app. And it needs these parameters:
#define SHKFacebookUseSessionProxy NO
#define SHKFacebookKey @""
#define SHKFacebookSecret ...
0
votes
1answer
46 views
iOS 6+ Facebook / Twitter share - pre-populate text or not
I have been getting into iOS 6 and its Share functionality. I see that some people (e.g. apple in their app store), pre-populate the Facebook share pop-up with some relevant text, while others leave ...
5
votes
1answer
62 views
Problems with facebook share, how does login method influence share behavior?
I have an ios 6 app with a facebook login on the first page. I am using facebook-sdk 3.2.
The login process is similar to the scrumptious tutorial.
So if there is a session, the user is logged in ...
1
vote
2answers
553 views
The operation couldn’t be completed. (com.facebook.sdk error 2.) ios6
Hi i am ussing ios6 for facebook login and i am getting this error as native popup
The operation couldn’t be completed. (com.facebook.sdk error 2.)
This is the scenario ive used. (I am running this ...
0
votes
0answers
19 views
Switching between two accounts using IOS6 settings
I've been trying for the past two days to connect to multiple accounts for my app, without success.
I've read that there was potentially a problem with Facebook SDK not clearing the cached token ...
-1
votes
0answers
29 views
Like Facebook page with iOS 6 Social API
Is it possible to like a Facebook page using the Social API introduced in iOS 6?