Jens H. Nielsen
  • Male
  • Denmark
  • Advanced Coder
Share on Facebook MySpace

Jens H. Nielsen's Discussions

Access token
17 Replies

Hi Everyone,I am looking into the NING API for a friend, and I am having some problems with step one. I feel embarrassed but I don't know what the problem is. I have gotten the Consumer key and the…Continue

Started this discussion. Last reply by Luís Gaspar Apr 17, 2013.

 

Jens H. Nielsen's Page

Latest Activity

Luís Gaspar replied to Jens H. Nielsen's discussion Access token
"Hi, I use NING PHP API to access users info in three networks I own. I always use the network creator credentials on every network as well as the every network API consumer / secret tokens. The code I use on the three networks it's…"
Apr 17, 2013
Prabhjot Singh replied to Jens H. Nielsen's discussion Access token
"HiWe are building an external application outside NING to be used by our NING community members. We would like to implement login functionality for the members such that our members if already logged in into NING can access the external application…"
Jul 16, 2012
Ryan Anon replied to Jens H. Nielsen's discussion Access token
"So I got this working in Python not curl.  I'm not sure what was wrong with my curl, I will note that I did change apiexample to the name of the Ning network I'm working with."
Jan 25, 2012
Ryan Anon replied to Jens H. Nielsen's discussion Access token
"I'm in the same position as you were.  I'm using curl and python to attempt to get an access token.  In the end I'll use C# to interact with I've attempted to login with a user who is apart of the member role,…"
Jan 25, 2012
Franco Mercalli replied to Jens H. Nielsen's discussion Access token
"I solved it: I forgot to append %26 to the end of the oauth_signature. However, I'm stuck to the next step and I'm not able to use the returned credential to access a resource... (http://build.ning.com/xn/detail/6308082:Comment:6610)"
Jul 12, 2011
Franco Mercalli replied to Jens H. Nielsen's discussion Access token
"Devin, I tried to access the API through poster, and I got an error message similar to the above: The oauth_signature is invalid. That is, it doesn't match the signature computed by the Service Provider. As an oauth_signature I used the…"
Jul 11, 2011
Devin replied to Jens H. Nielsen's discussion Access token
"By default, the Ning API library requests the 'email' field. This field is only accessible to the Network Creator to prevent malicious members from harvesting email addresses. You can remove this field from the request by editing the…"
Apr 12, 2011
Chris replied to Jens H. Nielsen's discussion Access token
"After a bit of debugging, it seems that calling "new NingApi" triggers a login with the default username / password, which is successful. Then calling "->login" triggers another login, which is unsuccessful.   Turns out I…"
Apr 6, 2011
Chris replied to Jens H. Nielsen's discussion Access token
"Thanks Jens. I added those things into the "new NingApi" line, though I have already added them to NingApi.php in the appropriate places. I also added those two lines at the end of the login function in NingApi.php   The result…"
Apr 6, 2011
Jens H. Nielsen replied to Jens H. Nielsen's discussion Access token
"I found the problem. I put up a proxy between my mac and NING. The problem is that it sends two requests instead of combining them into one. I did only get debug information for the second request. When I have some time, I will change the code. This…"
Apr 6, 2011
Jens H. Nielsen replied to Jens H. Nielsen's discussion Access token
"ohh and the login returns blank, add this to the login function    var_dump($json);return $result;   then you can see if you get the right reply. So you can simply return the json.  "
Apr 6, 2011
Jens H. Nielsen replied to Jens H. Nielsen's discussion Access token
"Hi Chris, Try this: $ningApi = new NingApi($subdomain, $consumer_key, $consumer_secret);  "
Apr 6, 2011
Chris replied to Jens H. Nielsen's discussion Access token
"I'm having the same issue, in php. Here's my code:   With the output:   1Fatal error: Uncaught The oauth_signature is invalid. That is, it doesn't match the signature computed by the Service Provider. (401) 1-12 thrown…"
Apr 6, 2011
Devin replied to Jens H. Nielsen's discussion Access token
"For your Objective-C code that you sent me, I believe the issue is that you are trying to send the OAuth data via an 'Authorization' header during the Token request. You need to send the OAuth information as POST data for a Token request…"
Apr 5, 2011
Jens H. Nielsen replied to Jens H. Nielsen's discussion Access token
"Hi Devin, Did you find anything from the message I send you ? Thanks, Jens"
Apr 3, 2011
Devin replied to Jens H. Nielsen's discussion Access token
"The certificate verification error you receive is caused by MAMP. By default MAMP doesn't come with a ca-bundle (certificate bundle). Check out this SSL MAMP tutorial to fix it.   As for your "oauth_signature is invalid error",…"
Mar 23, 2011

Profile Information

Programming Skill Level
Advanced Coder

Comment Wall

  • No comments yet!

You need to be a member of Build to add comments!

Join Build

 
 
 

Blog Posts

Getting Started

Posted by Kyle Ford on October 13, 2010 at 8:00am 3 Comments

A Note on API Pricing

Posted by Phil McCluskey on October 1, 2010 at 8:55am 0 Comments

Welcome to Build!

Posted by Kyle Ford on September 30, 2010 at 8:30pm 1 Comment

Ning Status

© 2024   Created by Build Team.   Powered by

Badges  |  Report an Issue  |  Terms of Service