Skip to content

Instantly share code, notes, and snippets.

<div id="fb-root"></div>
<script src="http://static.ak.fbcdn.net/connect/en_US/core.js"></script>
<div id="content">
<div align="right"><fb:login-button autologoutlink="true" v="2"></fb:login-button>
</div>
<h1>Recipes For You on Facebook</h1>
<h3>Peanut Butter and Jelly Sandwich &nbsp; &nbsp; <button onClick="triedIt();">I Tried This!</button></h3>
2 slices bread<br>
1 T peanut butter<br>
#import "MyViewController.h"
#import "HelloWorldAppDelegate.h"
#import "FBConnect/FBConnect.h"
static NSString* kApiKey = @"YOUR_API_KEY";
static NSString* kApiSecret = @"YOUR_API_SECRET";
@implementation HelloWorldAppDelegate
@synthesize window;