On Dec 30 2011, 1:50 pm, HJennerway <
hjenner...@mi6.nu> wrote:
> I'm really struggling getting oAuth working on iOS. Is there a worked
> example which gives a set of starting values and what the end
> signature should be which I could substitute into my code to try to
> figure out whats wrong?
There is a test file on my site that will show you some of the key
parts of the signing process (signature base string, signature,
encoded post query):
http://thejohnfreeman.com/fatsecret-php/example/test1.php
Each time you refresh that page, it will show a new session key
returned from the profile.request_script_session_key API method. The
fact that a session key is returned indicates that the signature was
accepted. I used the FatSecret PHP library.
I hope that helps. If you find a solution to your problem, could you
take a look at my issue please? I posted it here today:
http://groups.google.com/group/fatsecret-platform-api/browse_thread/thread/aafb4427ab0c8d62
- John