-
Notifications
You must be signed in to change notification settings - Fork 370
Open
Milestone
Description
I seem to be facing issues very similar to Issue #234 here: #234
But after trying out everything mentioned in the thread, I still dont seem to have made any progress. I downloaded the latest ShareKit on 17th June 2011 and tried the example app, still no go. This is what I have:
In the ShareKit-Info.plist:
CFBundleURLTypes
CFBundleURLName
CFBundleURLSchemes
fb12XXXXXXXXXXX (AppID on FB)
In the ShareKitAppDelegate.m:
- (BOOL)application:(UIApplication *)application
openURL:(NSURL *)url
sourceApplication:(NSString *)sourceApplication
annotation:(id)annotation
{
NSLog(@"%s", FUNCTION);
return [SHKFacebook handleOpenURL:url];
} - (BOOL)application:(UIApplication *)application
handleOpenURL:(NSURL *)url
{
NSLog(@"%s", FUNCTION);
return [SHKFacebook handleOpenURL:url];
}
- I dont see the logs in the delegate routine above, coming up.
- The first time I run the app, I get the login and can login to FB. There is no redirect to Safari etc. I do get the "Saving to Facebook" and then the "Saved" but nothing comes up on my wall.
- On subsequent uploads, I dont need to log in (of course) but still nothing on my wall.
My SHKConfig is fine and has (scrubbed out the details):
define SHKFacebookKey @"12XXXXX..." //(FB AppID)
define SHKFacebookSecret @"18XXXX..." //(FB Secret)
Any help would be really great, I put in considerable time trying to understand this issue to make sure I am not throwing an issue that has already been resolved.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels