I can run the sample project that they include with a working facebook connect, but whenever I try to follow the steps in that video to add it to my own project, I get 60 errors. Can anyone help me out?
I'm dragging the group from the correct project to my own project and have tried both the path in the video as well as "../../src" to get it to work, but I can't figure it out
I too implementing facebook connect in my application and I have created one template and published on the facebook , the created template is coming fine but I want to add a comment to the tempate so that It will come besided the Username on facebook.
for FeedDialog class It has :
dialog.templateBundleId ="";
dialog.templateData=""
dialog.bodyGeneral = ""
How can I add comment so that it will come beside the Name on feed story on facebook.
I too implementing facebook connect in my application and I have created one template and published on the facebook , the created template is coming fine but I want to add a comment to the tempate so that It will come besided the Username on facebook.
for FeedDialog class It has :
dialog.templateBundleId ="";
dialog.templateData=""
dialog.bodyGeneral = ""
How can I add comment so that it will come beside the Name on feed story on facebook.
Have any Idea??
Thanks,
Narendar
You need to sign up for a developer account with FaceBook and create the BundleID and Data on their website using their tools. Then, at the end, they simply give you numbers to place into those fields with custom data items you can set. It's kind of strange. Shoot me an email and I'll give you links and what not.
Could you let me know what your stupid mistake was. I think I must be doing the same stupid thing.
Thanks
In the Library Search Path you have to place the correct path to the Facebook Connect API source files so that it can find them. Otherwise it will have no idea what to do with the required Facebook methods.
In the Library Search Path you have to place the correct path to the Facebook Connect API source files so that it can find them. Otherwise it will have no idea what to do with the required Facebook methods.
My Xcode project is in:
Developer/xcodeprojects/facestatus
FBConnect source is in:
Developer/xcodeprojects/facestatus/fbconnect/src
Library Search Path set to:
Developer/xcodeprojects/facestatus/fbconnect/src
Managed a successful build by changing all references in code e.g. from
#import "FBConnect/FBSession.h"
to
#import "FBSession.h"
Very incorrect but will figure out references and paths another time!
Thanks for your help
Did you figure out why this had to be done? I've had the same thing happen to me. Anyone?
Are we allowed to remove those "FBConnect/" references?
__________________ Easy Light - The simple, easy torch solution for the iPhone. Track-a-tram - A dynamic tram timetable. WeighIn - Track your daily calorie consumption as well as your daily weight.