Instagram API deprecation 2020
I'm building an app that has the user log in through instagram, it then reads their feed and uses that information for the app. Instagram has a page that says their API's will be deprecated in 2020 but some things…
I'm building an app that has the user log in through instagram, it then reads their feed and uses that information for the app. Instagram has a page that says their API's will be deprecated in 2020 but some things…
Since today when I try to get the share count the answer is :share field is deprecated for versions v2.9 and higher. Ex with : https://graph.facebook.com/?id=https://stackoverflow.com&fields=share Without &fields=share the json content is displayed but without the share value. I need…
I just added android Facebook SDK to my project to use Facebook ads to promote my app and the app crashes on starting, I got this exception here's the log E/AndroidRuntime: FATAL EXCEPTION: main Process: www.pro_cs_is.com, PID: 20307 java.lang.NoClassDefFoundError: Failed…
I'm trying to get a list of the user's Facebook groups. To do this, I analyze the documentation to understand it (Graph API) : https://developers.facebook.com/docs/graph-api/reference/v3.2/user/groups However, when I use this query, I get no results I've done a lot of…
I am trying to create a Facebook app that can pull down the comments on the posts of a business page I have created. I have successfully created the app and connected my Facebook page through OAuth. However, none of…
I was trying to implement Facebook Checkbox for my customers but I realized that it's required to subscribe to the messenging_optins event to render Facebook checkbox. So I tried to subscribe to the messaging_optins event programmatically. Note that my facebook…
I created a facebook app in order to use it as a login for my website. I wish to use this app to get my page likes count, and offline post to this page. I'm the admin of both the…
I have 2 facebook pages where im admin on, lets call them page_a and page_b if i run this for page_a it works as expected: HTTP GET -> {PAGE_A_ID}/insights?metric=page_fans_country { "data": [ { "name": "page_fans_country", "period": "day", "values": [ {…
Im getting a login error every time I try to login to my application using the facebook sdk. So when the user gets to the home page they can choose to login with their facebook credentials. When they hit the…
I want to access the public post of the public page in php script. Is there any feasibility to get this data from facebook pages. I have checked the documentation and found out as below url. https://developers.facebook.com/docs/pages/access-tokens Here it is…