I want to use Facebook Ads API in my iphone project.

I didn't find any discussion forum, sample etc on Facebook Ads.

Official Facebook Ads api description: http://developers.facebook.com/docs/adsapi/

Kindly share your views.

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

The Facebook Ads API lets you create campaigns, ads, ad creatives, as well as get stats on how your ads are performing. It doesn't render ads inside of an iPhone app or on a 3rd party site. The Facebook Ads API is only for configuring and manipulating your Facebook ad campaigns for ads that run on facebook.com. Is this still in line with what you were hoping to do on your iPhone app?

link|improve this answer
Yes but i don't need all the feature like create compaign etc. I need only that registered facebook ads user can see their statistics in iphone app with there relevant compaigns – Tariq- iPHONE Programmer Apr 7 '11 at 6:48
Can you please update me ? – Tariq- iPHONE Programmer Apr 19 '11 at 8:40
Tariq - the calls you'll want to make to get this information from Facebook are: getCampaignStats(account_id) will give you back the stats for the campaigns in this account. The Facebook Ads API works over HTTP, so as long as your development environment can make HTTP requests, you can use the Facebook Ads API. Not any application can call the Facebook Ads API at this point in time, since it's in a closed Beta, so your application would have to get approved by Facebook. – Justin Voskuhl Jun 16 '11 at 20:33
feedback

No api provided by apple for iphone yet

link|improve this answer
feedback

Try this sample from the section called "Sample code": https://github.com/facebook/ads-api-sample

link|improve this answer
Thanks for reply but that's a php sample. Not in objective c – Tariq- iPHONE Programmer Feb 18 '11 at 4:08
1  
Possibly there's no support for ads on anything but webpages. You may need to embed an html view to show the ads. – pydave Feb 18 '11 at 7:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.