1,011 reputation
118
bio website donnlee.com
location
age
visits member for 9 months
seen May 20 at 21:38
stats profile views 50

Apr
3
comment After recreating a project, Interface Builder connections work but can't be modified
Same thing happened to me. This fixed it. Thanks!
Feb
28
comment Facebook app can't set bundle id for native iOS authentication
I too hit this issue. In my case my AppStore ID in the FB App Dashboard was 123456. The fix was: Set it to 0, test (still failed), then set it back to 123456. And then the error cleared. Seems that some magic happens when updating the appstore ID in the FB App Dashboard.
Jan
30
comment How to submit a bug report to Facebook?
Make sure you have at least 1 app created/listed in the App Dashboard. Just create a fake app. It takes less than 60 seconds to go through the CreateApp flow. Even better: have the admin of the app you are working on add you as a developer (or admin) of their app.
Jan
30
comment Can't submit bug report to FB
You also need to have at least 1 app created/listed in the App Dashboard. Just create a fake one; it takes less than 60 seconds to go through the Create App flow. Alternatively, have the admin of the app you are working on add you as a Developer or Admin for their app, and accept the role as Developer (or Admin).
Jan
29
answered How to configure “App Domain” (needed for Open Graph action) for a pure native iOS app (no web app)?
Jan
19
comment Is it possible to access a users groups of friends on Facebook using Facebook graph?
FRIENDLIST_ID/members should work fine. But the result will be empty if you don't have the right perms, like user_relationships when querying the "Family" list. Also the results will be a partial list when people on that list have privacy settings that filter them out from the results.
Jan
18
answered Retrieving Family information from Facebook using FQL?
Jan
18
revised How to disable indexing in Xcode 4?
For n00bs who don't know what they are supposed to do with 'defaults write ...' command
Jan
18
suggested suggested edit on How to disable indexing in Xcode 4?
Jan
17
comment Facebook authentication error: authorize#error_code=210&error_msg=User%20not%20visible
Check if your app has any user restrictions set in the App Dashboard. Ensure the user-ids are not subject to the restrictions you have set. Check if FB has placed any restrictions on your app (eg. Mobile Web integration is blocked by FB). If so, resolve them. Set the "iPhone App Store ID" in the App Dashboard. You can enter a fake one like 123456, for testing/development. This is not an exact dupe because this is an issue in the auth flow with the fb ios-sdk (other stackoverflow question is about a post operation). See also: developers.facebook.com/bugs/113311158833267
Jan
17
answered Facebook non friend cannot like public post from ios app
Jan
16
answered Facebook iOS SDK 3.1: “Error: HTTP status code: 400”
Jan
3
awarded  Excavator
Jan
3
revised Making the iPhone vibrate
Added sentence that you must also add AudioToolbox.framework to your target.
Jan
3
suggested suggested edit on Making the iPhone vibrate
Dec
14
answered Error when run fql facebook query can't get comment from a url?
Dec
14
answered Misconfigured App on Facebook but no errors?
Dec
13
comment Cannot edit app whatsoever
Ah, I think you can't add a repro because of the same reason you can't edit your app settings (bummer). That bug is in 'Assigned' state, so I suspect it will be resolved soon. You may want to monitor that bug via the URL.
Dec
12
revised Tag someone on a feed dialog with Facebook API
added 366 characters in body
Dec
12
answered Tag someone on a feed dialog with Facebook API