forked from ideashower/ShareKit
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ New fields used by the app delegate for SHKFacebook + ShareKitAppDelegate now propagating appropriate incoming URLs + Replaced SHKFacebookKey and SHKFacebookSecret with SHKFacebookAppID + New version of SHKFacebook based on most recently released FBConnect library + Updated project file
- Loading branch information
Showing
52 changed files
with
3,266 additions
and
2,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-2.05 KB
.../ShareKit/Sharers/Services/Facebook/FBConnect/FBConnect.bundle/images/login.png
Binary file not shown.
Binary file removed
BIN
-3.75 KB
...ShareKit/Sharers/Services/Facebook/FBConnect/FBConnect.bundle/images/login2.png
Binary file not shown.
Binary file removed
BIN
-3.64 KB
...Kit/Sharers/Services/Facebook/FBConnect/FBConnect.bundle/images/login2_down.png
Binary file not shown.
Binary file removed
BIN
-1.93 KB
...eKit/Sharers/Services/Facebook/FBConnect/FBConnect.bundle/images/login_down.png
Binary file not shown.
Binary file removed
BIN
-1.62 KB
...ShareKit/Sharers/Services/Facebook/FBConnect/FBConnect.bundle/images/logout.png
Binary file not shown.
Binary file removed
BIN
-1.51 KB
...Kit/Sharers/Services/Facebook/FBConnect/FBConnect.bundle/images/logout_down.png
Binary file not shown.
18 changes: 9 additions & 9 deletions
18
Classes/ShareKit/Sharers/Services/Facebook/FBConnect/FBConnect.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
/* | ||
* Copyright 2009 Facebook | ||
* Copyright 2010 Facebook | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
*/ | ||
|
||
|
||
#import "FBSession.h" | ||
#import "FBRequest.h" | ||
#import "FBLoginButton.h" | ||
#import "FBLoginDialog.h" | ||
#import "FBPermissionDialog.h" | ||
#import "FBStreamDialog.h" | ||
#include "Facebook.h" | ||
#include "FBDialog.h" | ||
#include "FBLoginDialog.h" | ||
#include "FBRequest.h" | ||
#include "SBJSON.h" |
218 changes: 0 additions & 218 deletions
218
Classes/ShareKit/Sharers/Services/Facebook/FBConnect/FBConnectGlobal.h
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
Classes/ShareKit/Sharers/Services/Facebook/FBConnect/FBConnectGlobal.m
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
Oops, something went wrong.