0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 24 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use formal delegate instead of informal More... about 14 years ago
consolidates api URL getters and adds a hidden setSandbox method, useful for testing changes on the api server without modifing the libary added support for 720px photo uploads More... about 14 years ago
. More... about 14 years ago
. More... about 14 years ago
isConnecting More... over 14 years ago
real endpoint More... over 14 years ago
add keychain More... over 14 years ago
reordering and using the keychain to retain infinite session data More... over 14 years ago
. More... over 14 years ago
updated to v0.3 * methods return to only one selector instead of two (success/error), check the error object to see if the method failed * allows post methods, specifically photos.upload is now possible * lots of code cleaning and tweaking bits of the api More... over 14 years ago
add offline_access manually More... over 14 years ago
add support for older error messages More... over 14 years ago
adding some trace when login is refused due to permissions More... over 14 years ago
removing unused file More... over 14 years ago
adds permissions api, allowing the ability to request additional permissions, set a list of required permissions (will refuse login if required permissions are not granted) abstract out FBCallback for other methods to use create FBRequest, callMethod and related methods return an instance of FBRequest which you can use to cancel or retry the API call. Useful for attempting to repeat a call after an error. FBConnect instance now returns an autoreleased object since that is more cocoa-esque, remember to retain it!! More... over 14 years ago
10.4 support More... over 14 years ago
refresh session should happen after this event has finished More... over 14 years ago
memory management bug fixes in FBRequest. fixes a leak that was eating around 100MB a day More... over 14 years ago
fix crash during login on flaky connection More... over 14 years ago
removing internal urls More... over 14 years ago
Fix NSString +exists error Progress with i18n Better permissions handling More... over 14 years ago
fix logout bug resize connect dialog to fit content per page More... over 14 years ago
no log needed More... over 14 years ago
fix timeout bug, allows cmd+w to close connect window More... over 14 years ago
reliability improvements More... over 14 years ago
tidy the headers More... over 14 years ago
if your stored session is bad, catch the error and prompt for a new login More... over 14 years ago
catch fatal for bad type More... over 14 years ago
converted to using JSON eliminated unused functions, mostly xml related added ability to batch API calls removed permissionless "login" function fetch approved permissions via API (instead of userdefaults) catch more error cases NSRequest changed from inheritance to composition More... over 14 years ago
more robust session validation More... over 14 years ago