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 8402869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:11:14+00:00 2026-06-09T22:11:14+00:00

Hello I am trying to implement Readability API in my app, but all I

  • 0

Hello I am trying to implement Readability API
in my app, but all I get is status code 500 – “unknown problem”.
My response body is a html page saying “Page unavalaivable”.

I am using RestKit.

Here is how I try to connect:

-(void)sendRequests
{
    NSDictionary *params = [NSDictionary dictionaryWithObjectsAndKeys:
                            @"myconsumerkey", @"oauth_consumer_key",
                            [NSString stringWithFormat:@"%f", [[NSDate date] timeIntervalSince1970]], @"oauth_timestamp",
                            [self uuid], @"oauth_nonce",
                            @"HMAC-SHA1", @"oauth_signature_method",
                            @"mysecretkey", @"oauth_consumer_secret",
                            @"1.0",@"oauth_version",
                            @"username", @"x_auth_username",
                            @"password", @"x_auth_password",
                            @"client_auth", @"x_auth_mode", nil];
    RKClient *client = [RKClient clientWithBaseURL:[NSURL URLWithString:@"https://www.readability.com/api/rest/v1"]];

    [client post:@"/oauth/access_token" params:params delegate:self];
}

Thank you a lot!

  • 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-06-09T22:11:16+00:00Added an answer on June 9, 2026 at 10:11 pm

    You should use one of the GCOAuth package with RestKit to help simplify things for you. Here is an example they give for doing xauth with GCOAuth:

    NSURLRequest *xauth = [GCOAuth URLRequestForPath:@"/oauth/access_token"
    POSTParameters:[NSDictionary dictionaryWithObjectsAndKeys:
    username, @"x_auth_username",
    password, @"x_auth_password",
    @"client_auth", @"x_auth_mode",
    nil]
    host:@"api.twitter.com"
    consumerKey:CONSUMER_KEY
    consumerSecret:CONSUMER_SECRET
    accessToken:nil
    tokenSecret:nil];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello i'm trying to implement an AsynController, here is my code: [NoCache] public class
Hello guys, I have been trying to implement the DSUM function but failed to
Hello im trying to echo only the 50 letters, but something in my code
I am trying to implement the GridView tutorial at: http://developer.android.com/resources/tutorials/views/hello-gridview.html However, I get the
Hello im trying to implement a websocket communication between client and server. the problem
Hello everyone i am trying to implement push notifications with urbanairship i followed the
I am trying to implement a hello world application for the iPhone and i've
hello i am trying a sqlite database tutorial to build, but its not working
Hello I am trying to create a custom expandable listview, but the documentation on
I started trying to implement drag-and-drop of virtual files (from a C# 4/WPF app)

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.