Questions tagged as 'facebook'

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

Login with facebook

I have a question regarding login through Facebook. I have a database with a users table and I have a normal registration and login system, but I wanted to implement the login system through Facebook. How do I tell the system when to regis...
asked by 19.05.2015 / 23:36
1
answer

Add Facebook sdk 3.20.0 on Android Studio 0.9.2

I'm having trouble adding facebook sdk to Android Studio 0.9.2. Always return the following messages to me Failed to find: com.parse.bolts:bolts-android:1.1.2 Any solution? Imported the module into my project. My configuration of t...
asked by 12.11.2014 / 22:28
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

What is the name of the Pinterest content effect?

I would like to ask you what is called the Pinterest effect of content that some items are on top, other items are below, nothing with a defined horizontal line? It can be seen below:     
asked by 05.08.2014 / 02:53
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
1
answer

How to take the horizontal scrolling in the mobile browser, created by the Facebbok comments plugin?

What is usually done is this: <div class="fb-comments" data-href="http://example.com/comments" data-numposts="5" data-colorscheme="light"></div> I also added this div with the fp-container class and put the plugin div inside it,...
asked by 16.02.2014 / 14:51
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

Login with Facebook - Insert profile image into an input type="file"

Good afternoon. Have some way to get facebook login, take the user profile image and "store" in an input type="file" of a form? To function as if the user had uploaded this image. Example: I know I have login to get User Name and store in...
asked by 19.04.2017 / 22:17
1
answer

Android: I would like to call a facebook profile image for app user profile [closed]

I'm in doubt as to what code to use to call this face profile image, for my user profile, can anyone help me?     
asked by 10.02.2017 / 17:10