937 reputation
518
bio website amirnaor.com
location San Francisco Bay Area
age
visits member for 3 years
seen yesterday
stats profile views 38

2d
awarded  Enlightened
2d
awarded  Nice Answer
May
2
awarded  Yearling
Apr
30
comment How to get Facebook access key from code
For both the URLs you listed above you need a user access token. Basic permissions should be enough to get the fields you specified. Where are you getting the error? In general, when you use the facebook SDK for iOS, once you open a session & use the SDK APIs to do a graph call, it will automatically use the user's access token.
Apr
25
awarded  Necromancer
Apr
25
comment Facebook API Error Description: Sorry, but this app may not be eligible to accept Facebook Credits (API Error Code: 1151)
What method and action do you pass to the FB.ui function? Also, have you setup the payment callback url in the facebook app settings?
Apr
25
comment iOS app is not shown in the “Allow these apps to Use your Account” list using FB SDK v3.5
Instead of all these checks, why not just call [FBSession openActiveSessionWithReadPermissions*]? It will do all this work for you: when the iOS Facebook Account is available it will use that, otherwise it will fallback to Fast App Switch or Safari.
Apr
25
comment Android - Open session not working with last Facebook app version and working fine if facebook not instaled
I believe this is duplicate of: stackoverflow.com/questions/15930237/…
Apr
24
awarded  Nice Question
Apr
23
accepted Getting merged/unified entries from ABAddressBook
Apr
23
answered FBSDKLog: System authorization failed:
Apr
15
answered Can't set some facebook permissions on first login
Apr
14
comment how to escape string for UIWebView?
This is almost right. if your original string contains single apostrophe this code will not work well. All you have to do in order to fix it is change process('%@') to process("%@"). single apostrophe (') is not getting encoded by stringByAddingPercentEscapesUsingEncoding where double apostrophe (") is.
Apr
11
answered Facebook login fails with facebook app installed
Feb
4
awarded  Popular Question
Oct
24
awarded  Popular Question
Oct
4
awarded  Popular Question
Sep
21
awarded  Critic
Sep
21
answered Delete user score as an App Admin with Graph API Explorer
Sep
19
comment Unable to post custom open graph object using restFB (Java)
I'm referring to your usage of object and action. You should switch between the two.. this is not related to restFB.