Fork: FqlWithAccessToken

commits

date

comment

99ff11155e8a
by Dan Pettersson
Mar 1 2011
5:14 PM
default tip

Added Query method overload in FacebookClient to be able to send parameters, since the following fql query required access_token:
"SELECT name, profile_url, pic_small FROM user WHERE is_app_user=1 and uid IN (SELECT uid2 FROM friend WHERE uid1 = me())"
In current release (5.0.3) I can accomplish this with
dynamic friends = FacebookClient.Get(new Dictionary<string, object> { { "query", THE_QUERY }, { "method", "fql.query" }, { "access_token", ACCESS_TOKEN } });
but I think there should be a Query-method for it...

13992e42d325
by prabirshrestha
Mar 1 2011
1:52 PM

+ added static overload of FacebookOAuthClient.GetLoginUrl
+ FacebookOAuthClient.ExchangeCodeForAccessTokenAsync

cff358030bc8
by prabirshrestha
Mar 1 2011
1:51 PM

* FacebookClient.Api when parameters==null

81acd963f043
by prabirshrestha
Feb 28 2011
5:17 PM

+ FacebookOAuthClient.GetApplicationAccessTokenAsync()

832b5b4ef2e7
by prabirshrestha
Feb 28 2011
5:05 PM

* ApiAsync when parameters is null

e2917dd31e42
by ntotten
Feb 28 2011
2:16 PM

- Removed NDepend

53f08237e49b
by ntotten
Feb 28 2011
2:16 PM

- Removed NDepend

22c6037418a8
by prabirshrestha
Feb 28 2011
7:30 AM

+ FacebookApp in Facebook.Web.Compatibility

c7bb95542445
by ntotten
Feb 28 2011
3:47 AM

- Added NDepend project
- Added Facebook.Web.Compatibility project for 4.0 backward compatibility

726c45bd2a8b
by ntotten
Feb 28 2011
2:18 AM

Merge

ab78d3af4f4c
by ntotten
Feb 28 2011
2:12 AM

- Converted FacebookClient to use WebClient
- Converted async model to Events rather than Begin/End
- Simplified FacebookClient (*compatibility needed before next release)

a783afb3dc11
by prabirshrestha
Feb 27 2011
3:02 PM

* CancelUrlPath and absolute url (issue #5827)

0027aedbfe68
by prabirshrestha
Feb 27 2011
5:21 AM

* public object DeserializeObject(string json)

c1653fdd85b3
by prabirshrestha
Feb 27 2011
3:19 AM

* sl4 and wp7 builds

37713a444366
by ntotten
Feb 26 2011
10:03 PM

- Standardized web authentication
- Added FacebookWebClient to simplify common web senarios
- Updated samples
- Removed FacebookWebExtensions

429f4930a98f
by prabirshrestha
Feb 23 2011
6:44 PM

* updated CSMvcFacebookApp, CSMvcWebsite and CSSilverlightFacebookApp to reference appropriate Facebook.Web.Mvc.dll

30214507d320
by prabirshrestha
Feb 23 2011
5:18 PM

* rakefile

c7df64f2afb0
by prabirshrestha
Feb 23 2011
4:53 PM

+ Facebook.Web.Mvc-Net35.csproj build output is Facebook.Web.Mvc.dll

d22038333401
by prabirshrestha
Feb 23 2011
4:40 PM

+ Facebook.Web.Mvc.External.TagBuilder

85495c743706
by prabirshrestha
Feb 23 2011
3:08 PM

+ updated CSWinPhone7SimpleApp

c318ca7dcfe9
by prabirshrestha
Feb 23 2011
2:37 PM

+ updated CSMvc3FacebookApp to use Request.GetFacebookSession

ba265e1322ad
by prabirshrestha
Feb 23 2011
2:27 PM

+ updated CSAzureMvcFacebookApp to use Request.GetFacebookSession()

16e087b273ff
by prabirshrestha
Feb 23 2011
2:25 PM

+ updated CHANGES.txt

531c5f2a066b
by prabirshrestha
Feb 23 2011
2:21 PM

+ marked Perms as Obsolete in FacebookAuthorizer and FacebookAuthorizeAttributeBase
+ added Permissions in FacebookAuthorizer and FacebookAuthorizeAttributeBase

9fcd0f0a2393
by prabirshrestha
Feb 23 2011
2:12 PM

+ updated CSASPNETWebsiteregistrationForm to use Request.GetFacebookSignedRequest() method