Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3986622
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:02:11+00:00 2026-05-20T06:02:11+00:00

Currently I have set up my application to take advantage of the XAuth implementation

  • 0

Currently I have set up my application to take advantage of the XAuth implementation of Twitter services via ShareKit. Those that are aware of ShareKit and have implemented it into your own application either for testing purposes or for adding the huge array of services it implements to your application, you’d be well are that we have a SHKTwitter.h and .m and an SHKTwitterForm.h and .m which can be found under the Sharers folder in the source code.

It is here that I have started to implement my own TwitLonger support for ShareKit. However, I’ve run into a few problems. For those that haven’t used the TwitLonger API, they only need the Twitter users username to actually send the Tweet. However, I am struggling to pull the entered Twitter username from the SHKTwitterForm.

Currently, after talking to Nate (the developer of ShareKit) I put together this to pull the username key from the NSMutableDictionary, save to an NSString and then save that into an NSUserDefault object. This is then called when my TwitLonger API implementation kicks in by creating a new NSString built from the NSUserDefault object.

In my SHKTwitter.m I created a subclass of -(void)authorizationFormSave:(SHKFormController *)form as directed by Nate. As you can see below, this is what I have.

- (void)authorizationFormSave:(SHKFormController *)form 
{

 NSMutableDictionary *dict = [form formValues];

 NSArray *keys = [dict allKeys];
 NSString *usernameString = [[keys valueForKey:@"username"] componentsJoinedByString:@""];


 [[NSUserDefaults standardUserDefaults] setObject:usernameString forKey:@"twitter_name_preference"];
 [[NSUserDefaults standardUserDefaults] synchronize];
}

However, whenever I call this NSUserDefault object into a new NSString in my SHKTwitterForm.m, it returns nil.

Anyone have any idea as to how I could achieve this even more simply or am I doing it correctly? I feel as though the way that I’m grabbing the object in the NSMutableDictionary wrong. Any help would be appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T06:02:12+00:00Added an answer on May 20, 2026 at 6:02 am

    You need to ask the dictionary object for valueForKey.

    For example:

    NSString *usernameString = [dict valueForKey:@"username"];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently I have a site that is set up using a masterpage and a
I currently have this set up and working fine inside a users folder. RewriteEngine
I currently have Magento set up on a development server (remote, SSH access) and
I currently have a set of tabs, each tied to a fragment, and I've
I currently have my code set to disable the submit button when the field
I currently have a .htaccess file set up with this rule: RewriteRule ^([a-zA-Z0-9_-]+)$ user\.php?user=$1
I am currently in C# and I have set Session variables on each page.
I currently have a MySQL dual master replication (A<->B) set up and everything seems
Currently I have this: [SomeCustomAttribute] public string Name { get; set; } However, I
I want to set the masterpage dynamically, But currently I have a base page

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.