Questions tagged as 'facebook-graph-api'

1
answer

Retrieve Item jSON - Facebook API

I'm working with the Facebook API and I'm trying to retrieve an item from jSON, but I'm not getting it. First of all, this is the jSON that is returned to me from the Graph Facebook API . { "data": [ { "message": "Boa T...
asked by 30.09.2015 / 14:24
1
answer

How to access albums from a Fan Page on Facebook?

I used the following code to access the albums of a fan page on facebook: $cUrl = new cUrl; $fb_page_id = "xxxx"; $json_link = "http://graph.facebook.com/{$fb_page_id}/albums?fields=id,name,description,link,cover_photo,count,created_time"; $j...
asked by 20.07.2015 / 20:40
1
answer

How to create a Facebook app to share posts on the social network

I want to put a sharing option in a my application and I noticed that addThis has a Facebook app for this type of action but in the post there in the person's profile is the icon with a link and addThis information and let's say no I want to do...
asked by 10.04.2014 / 18:54
1
answer

Show all facebook posts in a list

I have numerous profiles and fan pages that I must control the content. Entering one by one gives a gigantic job. So I'm making this application to show all posts by date order, separated by profile / fan page. Using Facebook Graph I can r...
asked by 11.02.2014 / 14:05
3
answers

How do I in python to at the end of the code, it go to the beginning again

How do I in python to end the code, does it go to the start again and repeat once every 3600 seconds? My code: * fb = Facebook ( "meu-token" ) fb.testing = False try: start_time = time.time() markov.collecttext("./markov")...
asked by 14.10.2018 / 12:59
1
answer

How do I list a GraphApi response with React?

I've been trying to create a simple list of the names of the events that I get from a request for GraphApi from Facebook. The object I get is the following: How do I list only event names? for example: John Mayer .... Popload .... Torm...
asked by 19.06.2017 / 07:30
1
answer

$ .getJSON not working as it should to get image graph API

I have this following code where I return comments for a post on facebook. function pegaFoto(id){ var url2 = 'https://graph.facebook.com/v2.8/' + from[id] + '/picture?fields=url'; $.getJSON(url2, function(res2){ for (var key2 in re...
asked by 16.11.2016 / 18:06
1
answer

Error catching facebook profile image

I'm trying to get the profile image from fb but it returns the following error java.io.FileNotFoundException: No content provider: link My code is like this Bitmap tempBitmap; tempBitmap = Util.getBitmapFromURL(Preference.get...
asked by 20.10.2015 / 13:57
1
answer

Facebook API problems

I've created an application with the Facebook API for a company I work for. Fact is that everything works perfectly up to the Logout part of the user. Every time you scroll, the following error occurs: FacebookApiException Object ( [resul...
asked by 14.08.2014 / 17:11
1
answer

Like button Facebook custom

Is there any way to customize or build the Facebook button strong>? I would like a custom because the original does not fit the design of the mobile app I'm developing.     
asked by 26.05.2014 / 00:02