Kodeco Forums

Fat Fractal Tutorial for iOS: Getting Started

Learn how to make an iOS app with a back end like Twitter in this beginner Fat Fractal tutorial!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2693-fat-fractal-tutorial-for-ios-getting-started

I am trying to use FatFractal Rest apis for the ray sample code. But the only issue is I am unable to attach user.

Signup - curl https://[YOUR DOMAIN].fatfractal.com/[YOUR APP NAME]/ff/register -d “userName= TEST&password=PWD”

Post a message - curl --user USERNAME:PASSWORD -X POST -H “Content-Type: application/json” https://[YOUR DOMAIN].fatfractal.com/[YOUR APP NAME]/ff/resources/Micropost -d"clazz=Micropost,content=hello message"

So running this post a message curl is posting a message on platform but its not attaching the user to that message.

Please help!

This tutorial is more than six months old so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]