I have tried a lot but can't find any reasonable source to integrate imdb api in my CodeIgniter App to fetch movies info from IMDB and getting store in my database.
Related
I want to know, wether can I get the Facebook Page Insight Data using FB app. I am newbie and want to get data of Facebook page of registered users.
All the data as well as engagement of all post on that page.
For this you have to learn about the graph API of facebook, but for scraping the data from page you can start by reading this.
I've started working with the Facebook Ads API and can make an audience, campaign or adset fine over the API.
I'm having trouble when I want to retrieve the ID of something I've created in order to do something with it. Can I get this over the API? Or is it something that I have to on site?
Ideally I'd be able to retrieve the newest audience just after creating it.
I don't think Facebook provide an API id for each api call.
but you can save the api results to your data, and then reuse the data.
I want to analyse Social media data with Hadoop. I used flume to stream Twitter data into hadoop using custom source but for Facebook I didn't find anything for streaming though I can use API for downloading the FB data.
Is it possible using any other tool than flume? Can anyone suggest something?
There are no public streaming endpoints in the Graph API, unlike with Twitter. Theonly thing I imagine you could use are the Realtime Updates, but therefore you's either need a Facebook app or a facebook Page which you could subscribe to.
Which API we can use for Facebook Ad creation programmatically in C#?Atlas API or ADs API. I have gone through both API documents and I find that both object names are different and Ads API is very similar to Facebook Ad fields. But I couldn't find any code samples for Ads API where as we have the code samples for Atlas API but object names are different compared to Facebook Ad. Please suggest me which API is better to use and what the process to access both Ads API.
To create ads on Facebook, you'll want to use the Facebook Ads API. This API is JSON based and pretty much any Graph API client library should be able to connect to it. One caveat is you'll need to request access to the Ads API, which might take a bit of time to get reviewed and enabled. The documentation for this API is here:
https://developers.facebook.com/docs/ads-api/
The Atlas API is primarily used to serve display ads and measure their performance. It doesn't sound like that's your primary use case here.
There are no C# Ads SDK that I am aware, but you can start with a C# Facebook SDK that will help you with lower level objects such as requests, accesstokens, batch requests etc.
http://facebooksdk.net/
And to build your Business Logic Layer, here is the spec:
https://developers.facebook.com/docs/ads-api/
I'm building an LBS app that will integrate facebook places as part of its functunality and I'm trying to find out how to bring my set of POIs to facebook so that I can have them associated with my db of POIs... any clues how to do this thru the Graph API?
You cannot create places through the API.