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

57 Коммитов

Автор SHA1 Сообщение Дата
Austin Diviness fb59aa0613 sample can log in correctly again 2017-02-07 15:47:36 -08:00
Austin Diviness 98da665f0e cleaned up some minor formatting 2017-01-27 12:47:30 -08:00
Austin Diviness 5ff22dfbff FBClient::SerializeParameters uses ToString() as a backup 2016-06-28 12:32:31 -07:00
Gilles Khouzam 5b228baeaa Update the samples to DataBind the ProfilePicture UserID
Fix the ProfilePicture owner property type
2016-06-14 11:57:24 -07:00
Austin Diviness ef5b63041c FBSession::GetWebAccountProviderRedirectUriString uses mobile SID for redirect 2016-05-09 17:17:45 -07:00
Gilles Khouzam 44cfa78ae2 Move the comment for GenFile to after the label 2016-05-04 12:20:13 -07:00
Gilles Khouzam eeb9fc50d1 Merge branch 'develop' into samples_update 2016-04-14 15:33:30 -07:00
Austin Diviness 0e153e46d7 all projects use one cert 2016-04-11 13:48:00 -07:00
Austin Diviness 4b6f88212d consolidated shared code for LoginCpp 2016-04-03 15:17:20 -07:00
Austin Diviness 4c7c1e8e94 LoginCs sample update 2016-03-31 13:07:24 -07:00
Austin Diviness de333217ee initial LoginCpp sample improvements 2016-03-28 14:36:57 -07:00
Austin Diviness 4317b1e22f LoginCpp-UWP sample improvements 2016-03-24 10:31:23 -07:00
Austin Diviness c99ae0e047 renamed WriteGrantedPermissionsToFile and GetGrantedPermissionsFromFile to better reflect their functionality 2016-03-07 15:42:38 -08:00
adiviness 22325fda83 Merge pull request #111 from AlanGusLive/develop
Fix when using Facebook Menu to log out in a FeedDialog #103 (Tip N°2)
2016-01-26 12:44:31 -08:00
AlanGusLive 0337b1a000 Update the fix when using Facebook Menu to log out in a FeedDialog. 2016-01-23 15:07:54 +01:00
Austin Diviness 03efdf31a5 LoginAsync will return an FBResult instead of a nullptr 2016-01-22 14:18:52 -08:00
Gilles Khouzam 1197fb4e8d Fixes to the WebAccountProvider change
Fixing .gitignore to remvoe .user projects
Fixing projects to remove some merge artifacts
Fixing ParseProfileProfilePictureInfoFromJson test
Fixing Debug configs not have DEBUG define set
Making WebAccountProvider always return an FBResult
2016-01-22 09:41:15 -08:00
AlanGusLive 4bc7b1ebef Fix when using Facebook Menu to log out in a FeedDialog (the www.facebook.com/logout.php is called but the token wasn't deleted). 2016-01-16 11:43:33 +01:00
Austin Diviness 9db8974f3a removed outdated sample application 2016-01-12 13:17:45 -08:00
Austin Diviness 1f0b2e4739 web account provider login option 2016-01-12 13:03:14 -08:00
Austin Diviness f2025a9481 fixed merge conficts 2015-11-11 15:39:01 -08:00
Austin Diviness 69cafd9c7a codegen.cmd scripts check timestamps for regenerating files 2015-11-09 16:38:29 -08:00
Austin Diviness e65d85405e moved uwp tests from FBWinSDK to winsdkfb 2015-11-09 12:59:53 -08:00
Gilles Khouzam 50e2f752b8 Merge branch 'develop' into 55_consistent_project_naming
Fixing build for namespace change.
2015-11-06 13:51:52 -08:00
Austin Diviness 94d1f1fe83 winsdkfb renaming 2015-10-15 12:50:51 -07:00
Austin Diviness 82311c325b LoginCpp uses automatic nuget package restore 2015-09-04 13:49:14 -07:00
Gilles Khouzam a9eeef18ea Fixing samples for the rename of the Async methods 2015-08-20 11:00:39 -07:00
Blake Bender 41b40e389a Merge latest master. 2015-08-12 14:24:54 -07:00
Austin Diviness 54bdce9f95 added Async suffix to async functions in tests 2015-08-12 10:02:18 -07:00
Austin Diviness 6ef649a67a added Async suffix to public async methods 2015-08-11 06:36:15 -07:00
Blake Bender c9eaa0ad15 Change construction of FBPermissions class to make things a little more convenient. 2015-08-07 14:39:08 -07:00
Blake Bender 74e65c4616 Finish updating all sample apps to handle rerequest of permissions properly. 2015-08-06 15:25:17 -07:00
Blake Bender 33b069ef95 Merge from 26_change_sample_sdk_references branch. 2015-07-28 09:13:13 -07:00
Blake Bender 6c20966791 Fix up LoginCs to work with WebView login, and setup project to include SDK project rather than refer to NuGet package. 2015-07-27 13:45:22 -07:00
Blake Bender 56579f6a23 Refer to SDK directly by importing the SDK project(s) into sample app solutions and adding appropriate references. 2015-07-27 09:49:33 -07:00
Blake Bender aa5cd013a5 Fix up other sample apps to handle app deauthorized and individual permissions revoked by re-requesting. 2015-07-24 14:36:45 -07:00
Blake Bender 5400c4d092 Actually check granted permissions in app before issuing rerequest. Verified entire workflow works properly now, with both WebView and WebAuthenticationBroker. 2015-07-16 14:50:27 -07:00
Blake Bender bf42663cfb Have successfully re-requested parameters now, but code still needs to detect missing permissions (app) and be able to force login UI for rerequest (FBSession). 2015-07-14 13:08:29 -07:00
Blake Bender 2f4d82a448 Modify sample apps to use new version of LoginAsync and not try to set parameters on the session. Handle another redirect case from FB dialogs (redirect to /dialog/close when you click okay in an "error message" dialog). 2015-07-13 15:15:56 -07:00
Blake Bender 326e0357c8 Work in progress to re-request permissions. Need to check this in so I can clean the repository. Having some trouble with builds not packaging properly. 2015-07-13 12:25:52 -07:00
Blake Bender c0edfbc798 Merge pull request #14 from Microsoft/13_remove_UAP_files
Remove files that straggled along after everything was renamed UAP->UWP.
2015-07-08 09:49:00 -07:00
Blake Bender 23853db227 Add license/copyright text to source files missing it. 2015-07-07 15:18:47 -07:00
Blake Bender 1e024bc5dd Remove stray xaml OptionsPage code from shared area. 2015-07-07 14:18:17 -07:00
Blake Bender ce1ef177a8 Remove files that straggled along after everything was renamed from UAP->UWP. 2015-07-07 12:36:47 -07:00
Blake Bender a3b0535cf8 Fix failure case where invoking dialog throws an exception. Also add a few files left out of the update to rename UAP->UWP the other day. 2015-06-26 10:56:47 -07:00
Blake Bender 53e0a844af Merge remote-tracking branch 'origin/master' into login_via_webview 2015-06-25 10:06:43 -07:00
Blake Bender f2340b269b Rename UAP->UWP in sample app. 2015-06-23 10:01:44 -07:00
Blake Bender ee6d1b4b7b Add options and dialogs pages to Win8.1 version of LoginCpp. Feed and Requests dialogs now work on 8.1, 8.1 phone, and 10 (desktop). They *should* also work properly on 10 phone, but I can't verify because the Edge browser doesn't currently render the FB login page properly. 2015-06-16 10:47:11 -07:00
Blake Bender a0aeb64d7e Add parameters to dialog calls in 8.1 sample app. 2015-06-16 10:47:11 -07:00
Blake Bender b19b65cb14 Feed and requests dialogs now take a PropertySet for parameters. Sample app has some faked-up parameters added to the dialog code to validate new usage. Still need to add parameters to the dialog calls for 8.1 sample app. 2015-06-16 10:47:10 -07:00