Skip to content

Facebook uploads not working - tried with Example app as well #253

@guitarpastdusk

Description

@guitarpastdusk

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];
    }
  1. I dont see the logs in the delegate routine above, coming up.
  2. 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.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions