facebook graph api "since" param does not work for Instagram comments, what is the alternative solution to get all new comments in one request? Know someone who can answer? Share a link to thisquestionviaemail,Twitter, orFacebook.
When you get this refresh token, it can be used the same way the tokens from the login flow are used to get another extended token from Facebook. For your third question, Page access tokens have to use the Page admin's user token in order to for you to be able to receive authorizati...
on theIntegrationspage. From there, you can also manage your Facebook integration: update lists, add more accounts, or disconnect pages or accounts. Once you integrate your account with Facebook, you’ll be able to publish yournewsletters in your Facebook timeline. To do this, you turn on...
I am creating an app with facebook login, and I am now able to successfully log in the user to facebook via the facebook api! However, I am also trying to gather some information on the user, namely the number of existing friends that they have. Note that I am NOT looking for the...
Use the .NET SDK to loginThe corner stone of the Facebook SDK for .NET is the FacebookClient class. You will be using an instance of this type when you need to call the Facebook REST-like API. However, the first and mandatory step is to associate this instance to the...
How to Get a YouTube API Key Log in to Google Developers Console. Create a new project. On the new project dashboard, click Explore & Enable APIs. In the library, navigate to YouTube Data API v3 under YouTube APIs. Enable the API. Create a credential. A screen will appear with...
This tutorial will show you two ways to add a Facebook Like Box: one using a social plugin and the other with code. You can use the quick links below to navigate through our article: Method 1: Adding a Facebook Like Box With a Plugin (Beginner-Friendly) ...
Every day, people lose access to their Facebook accounts because their accounts get hacked. The hacker would have impersonated them and requested money and gift cards from their Facebook friends and done a lot more damage, or caused mischief in several different ways. If you managed to recover...
@feed = Koala::Facebook::API.new(current_user.token) to = Time.now.to_i yest = 1.day.ago.to_i @feed.fql_query("SELECT post_id, actor_id, target_id, message, likes FROM stream WHERE source_id = me() AND created_time > #{yest} AND created_time < #{to} AND type = 80 ...
Discover Facebook's Conversion API, a server-side tool that allows advertisers to track customer actions on the server. Master the setup process now.