I am working on a sample project, where I need to find Facebook account stored in settings app.I am using Facebook SDK
. I have tried using ACAccountStore
but it returns an empty NSArray
of accounts. Is this the right way or am I missing something.
Asked
Active
Viewed 66 times
-1

CodeShark
- 1,709
- 2
- 14
- 22

Vivek Molkar
- 3,910
- 1
- 34
- 46
-
1Post your code. Without it, your question can be closed cause its too broad. – Rafał Sroka May 09 '14 at 12:02
2 Answers
0
After some investigation on Facebook SDK I found a solution. The path which I was following was different and the thing that I found after some investigation was different but a easy one. Facebook provides.
FacebookLoginView: Uses prebuilt ui components to authenticate user stored in Facebook app.
FBSession:Facebook login to your app using your own custom UI for the login and logout controls

Vivek Molkar
- 3,910
- 1
- 34
- 46