Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
1-8 of 8Patches
< Previous 1 Next >
Being evaluated
|
1424 |
Jun 23 at 1:49 PM
|
friism |
This patch adds support for the "fb_sig_locale" request param as described here: http://developers.facebook.com/news.php?blog=1&story=79
I've modified FacebookAPI.cs where "Locale" is now a property and BasePageHelper.cs where it gets initialized. It's not clear from the link if facebook always includes "fb_sig_locale" in the request, so that may break. Also note that facebook and .Net locale-strings are incompatible because facebook uses "_" while .Net uses "-".
"fb_sig_locale" is a temporary measure until apps get access to facebook translation features, so it may not be worthwhile to include this in the general distribution.
|
|
Download
|
Being evaluated
|
1285 |
May 23 at 3:53 AM
|
schubertjr |
Added UnitedKingdom to the Country enumeration, which will all GetFriends() to work when the logged in user has friends in the UK
|
|
Download
|
Being evaluated
|
1284 |
May 23 at 3:51 AM
|
schubertjr |
Added GetOnlineFriends method to use one FQL query to list online friends.
|
|
Download
|
Being evaluated
|
814 |
Feb 10 at 2:23 AM
|
RRAway |
* Changed LoadFBMLPage to use fb_sig_added instead of making the isAppAdded() call. * Added fb_sig_ signature validation to make sure the request is genuine.
|
|
Download
|
Being evaluated
|
734 |
Jan 25 at 12:17 AM
|
jameshoward |
Some extended permissions support:
* HasAppPermission * ClearStatus * SetStatus
|
|
Download
|
Being evaluated
|
695 |
Jan 16 at 8:08 AM
|
kelfman |
includes: (Facebook src and bin) - GetUserInfo().timezone; - PublishTemplatizedAction(actor, titleTemplate, titleData, bodyTemplate, bodyData, bodyGeneral, targetIds, images); - so now u can specify the actor - SendEmail(string subject, string fbml_body, string toList); - the new setFBML (note bin is under 'facebook/bin/Debug/')
|
|
Download
|
Declined Oct 26 2007
|
66 |
Jun 14 2007 at 1:52 AM
|
koroglu |
optimizations 1- removed unused "using" namespace declarations. 2- string concatenation optimizations. Bugs fixed 1- XmlHelper class :: possible null reference exception at GetNodeText moethod :: XmlElement xmlElement = node as XmlElement; 2-FacebookService class :: GetEventsXML method :: if userid is not null or empty, " AND" assigned eidClause variable. but it is not used in the next statement :: eidClause= " eid IN(...." 3-FacebookService class :: GetPhotosXMLmethod :: if albumId is not null or empty, " AND" assigned pidClause variable. but it is not used in the next statement :: pidClause= " pid IN(...." 4-FacebookService class :: GetPhotoAlbumsXML:: if userid is not null or empty, " AND" assigned aidClause variable. but it is not used in the next statement :: aidClause= " aid IN(...."
|
|
|
Declined Oct 26 2007
|
402 |
Oct 20 2007 at 3:29 AM
|
tnsan |
Added "Networking" to enum of LookingFor in User.cs
|
|
|
1-8 of 8Patches
< Previous 1 Next >