Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Refers generally to the process of moving data from an external source into one's platform, program, or data set.
1
vote
2answers
34 views
how to import different class on different Android sdk version
here is the example:
PhoneConstants.java is new added on Android 4.2, and i use this class by import it to my custom class:
import com.android.internal.telephony.PhoneConstants;
on this way, my app ...
0
votes
1answer
28 views
Import Facebook posts and not just embed them
I am looking at importing Facebook posts and not just embedding a Facebook iframe in the page. I want to be able to get the SEO benefits of having my website news page updated all the time by my ...
-1
votes
1answer
10 views
login with pages and importig from pages
i am currently working on an app, that requires people to use their facebook profile to sign in. My question is: is there any way for non-individuals to be able to sign in? I mean group pages, ...
0
votes
1answer
113 views
Not able to import packages of Facebook Android SDK
When I tried to import the facebook SDK, I am not able to import the packages provided by facebook SDK.
I have tried following steps:
Cloned the sdk from git (path is -
...
0
votes
0answers
64 views
How to schedule bulk publications on facebook?
I'm looking for a website, or a facebook application that could schedule facebook's publication massively ( by CSV import for example).
I tried this :
sendible.com : But special character are not ...
2
votes
1answer
97 views
Troubles installing Facbeook SDK for Python
I have downloaded the Facebook SDK from:
https://github.com/pythonforfacebook/facebook-sdk/
In my Python install folder, I created a folder called fb and extracted the files from GitHub into ...
0
votes
0answers
133 views
how can i import image from facebook in iphone application development?
How can I import images from facebook albums in an iphone application ? Any suggestion, any code or any link is appreciable.
I have seen couple of such questions on stack overflow but I have not got ...
0
votes
1answer
487 views
How to import photos from Fan Page to a facebook profil?
I have some photos with some comments on my Facebook page.
And I would like to import these photos on my profile.
Is there a way to import please ?
Thanks
0
votes
1answer
1k views
Import comments from Facebook plugin to Disqus
how can I transfer comments from Facebook comment plugin to Disqus?
Please keep in mind that my knowledge in scripts are very limited.
-1
votes
2answers
1k views
Importing/Synching Facebook contacts into another application
I am creating an web-application in PHP, where I would like to synch/import contact information from facebook. I would like to copy the profile picture and name from facebook contacts into my ...
0
votes
1answer
311 views
How to get demographics data on Json object
I'm trying to import the insights data as json object, but there are some of the data doesn't retrieved on the json object like "Organic shares" and "Demographics" data. Any ideas how could I ...
0
votes
1answer
2k views
How to get facebook page entire history in RSS XML or Json?
I am trying to get an xml format for a facebook page but the problem is that it is limited to 29 items. To illustrate, say we go to https://www.facebook.com/barackobama and click the subscribe via rss ...
1
vote
1answer
1k views
How to import android facebook sdk to simple app example?
I want to make a simple Android app which connect to facebook, but i'му begin to make it and found missing pics
http://developers.facebook.com/docs/guides/mobile/#android
...
3
votes
1answer
243 views
Importing group members from facebook
If you own a group on facebook is there a way to extract your members data(name + email) via the facebook api? (this would be ideal)
Is there a way to do this through AOL Contacts(like when you can ...