Граф коммитов

335 Коммитов

Автор SHA1 Сообщение Дата
Gilles Khouzam fcc5bef89c Updating the copyright for the nuget package to be compliant with Microsoft policy 2018-10-08 12:58:11 -07:00
Gilles Khouzam 4f06f13d6b
Adding a master properties file to control the version of the package (#270) 2018-10-04 13:07:22 -07:00
Gilles Khouzam f214ba1d10 Fix login failures when unknown parameters are returned. 2018-10-03 16:16:44 -07:00
adiviness 192a4063ef
Merge pull request #258 from JLLLinn/ProviderErrorHandler
Handle Provider Error
2018-02-27 14:57:38 -08:00
adiviness 8f690b769f
Merge pull request #259 from JLLLinn/AddCurrentDataStringToPaginatedArray
Add CurrentDataString to FacebookPaginatedArray
2018-02-27 14:56:40 -08:00
Jiaxin Lin d781b16514 CurrentDataString 2017-12-01 14:12:45 -08:00
Jiaxin Lin 24c8f3a126 Handle Provider Error 2017-12-01 13:30:12 -08:00
Austin Diviness fc12316e96 v0.14.0 version bump 2017-08-09 15:49:36 -07:00
adiviness a74acffdc8 Merge pull request #251 from Microsoft/fbuser_picture_field_bug
add picture to list of fields to query about initial user data
2017-08-09 15:43:03 -07:00
Austin Diviness dc20a111a9 add picture to list of fields to query about initial user data 2017-08-09 15:18:58 -07:00
adiviness 2bed410179 Merge pull request #246 from hansemannn/patch-2
Fix README.md
2017-06-22 11:07:20 -07:00
Hans Knöchel f1939d289d Merge branch 'develop' into patch-2 2017-06-21 22:42:50 +02:00
Hans Knöchel f7402a8676 Fix README.md 2017-06-21 22:41:46 +02:00
adiviness d206e2a342 Merge pull request #244 from Sparker0i/patch-1
A better README
2017-06-04 20:57:00 -07:00
Aaditya Menon cacb004a7f A better README 2017-06-03 21:34:10 +05:30
adiviness 19a0830791 Merge pull request #235 from coderox/dev/trygetitem
Using TryGetItemAsync when Win10
2017-02-28 11:26:04 -08:00
Johan Lindfors 7fed1bcc96 Using TryGetItemAsync when Win10 2017-02-15 11:46:22 +01:00
Gilles Khouzam eb8d93da52 Merge pull request #233 from Microsoft/build_script_refactor
Refactored build scripts
2017-02-13 10:20:10 -08:00
Austin Diviness fb59aa0613 sample can log in correctly again 2017-02-07 15:47:36 -08:00
Austin Diviness a8603e98e5 Refactored build scripts
- Added nuget package restore
- Updated nuget.exe (fixes incompatible old version)
- download-nuget.cmd now grabs latest nuget.exe
- powershell support
2017-02-06 16:36:30 -08:00
adiviness d3961002db Merge pull request #232 from Microsoft/develop
v0.13.0 version bump
2017-01-31 13:03:42 -08:00
Austin Diviness e580618412 v0.13.0 version bump 2017-01-31 12:35:04 -08:00
Austin Diviness 98da665f0e cleaned up some minor formatting 2017-01-27 12:47:30 -08:00
Jaime Rodriguez f5e32fa578 Added helpers so CampaignId works for non-user entitlements (aka MSA-less ones). Had to bump target SDK version to RS1 2017-01-07 13:02:31 -08:00
adiviness b20c40a1dc Merge pull request #219 from Microsoft/develop
revert json property set in master
2016-10-20 15:02:04 -07:00
adiviness 6d153ef715 Merge pull request #218 from Microsoft/revert-184-12_json_property_set
Revert "json property set for generated classes"
2016-10-20 14:39:25 -07:00
adiviness 76894abd69 Revert "json property set for generated classes" 2016-10-20 14:39:07 -07:00
Austin Diviness 9e6d0d4b8b v0.12.0 version bump 2016-10-20 10:26:58 -07:00
adiviness cfa49c33a7 Merge pull request #217 from Microsoft/develop
Develop merge
2016-10-20 10:21:06 -07:00
adiviness 1707d96539 Merge pull request #208 from MarcorOnline/master
Improved FacebookDialog UI for 8.1 projects
2016-10-20 10:10:01 -07:00
Gilles Khouzam 751451d8dd Merge pull request #215 from Microsoft/fix_paginated_array_paging
Fix paginated array paging
2016-10-19 13:23:09 -07:00
Austin Diviness 8b7fa51b37 reworked graph uri query string param generation 2016-10-19 12:17:48 -07:00
adiviness d9815d9d2d Merge pull request #214 from coderox/develop
Minor tweaks based on usage of sdk
2016-10-11 13:55:18 -07:00
Austin Diviness ca479109f8 refactored uri building into its own class 2016-10-11 13:26:48 -07:00
Austin Diviness 39e2e95dce Fixes for FBPaginatedArray
- Made IHttpClient methods use a read only data structure for parameters
- FBClient parameters will not be overwritten by query string values in
  the request path
2016-10-04 15:22:00 -07:00
Johan Lindfors a0df253b45 Make sure to try and save the updated token data, like when having explicitly set an extended token 2016-10-04 14:41:28 +02:00
Johan Lindfors b65f3dcd3a Don't instantiate the FacebookDialog too early, especially if you are trying a silent login when starting the app, from an arbitrary thread 2016-10-04 14:40:40 +02:00
Austin Diviness 1c11ab407c FBPaginatedArray pages are formatted correctly for being used with FBClient 2016-09-23 16:18:16 -07:00
Austin Diviness d8b47f49d8 added mention of nuget package to readme 2016-09-07 13:21:49 -07:00
MarcorOnline 60cce25668 Improved FacebookDialog UI 2016-08-28 01:56:38 +02:00
MarcorOnline a355d398a1 better UI for facebook dialog on 8.1 projects 2016-08-28 01:41:03 +02:00
Austin Diviness 0c742330e7 Merge branch 'develop' of github.com:Microsoft/winsdkfb into develop 2016-07-20 15:09:42 -07:00
Austin Diviness e3bcd1d1e4 0.11.0 version bump 2016-07-19 17:42:19 -07:00
Austin Diviness c05027de1e refactored app events pull request 2016-07-19 14:35:18 -07:00
Jaime Rodriguez 3a561b862c simulator support so FBSDKAppEvents::Activate() does not crash on apps that are not published 2016-07-18 22:49:01 -07:00
Gilles Khouzam 385f4b68df Merge pull request #184 from Microsoft/12_json_property_set
json property set for generated classes
2016-07-13 14:15:32 -07:00
Gilles Khouzam ac92e9d6f1 Merge pull request #187 from Microsoft/serialize_parameters
FBClient::SerializeParameters uses ToString() as a backup
2016-07-13 14:14:23 -07:00
Gilles Khouzam 33f4872f8a Merge pull request #190 from Microsoft/api_version_bump
updated default graph api version to 2.6
2016-07-13 14:13:27 -07:00
Austin Diviness e5359ef060 updated default graph api version to 2.6 2016-07-06 14:57:00 -07:00
Austin Diviness dc48c5e857 fixed bug when all json values go into the property set 2016-06-30 14:17:28 -07:00