Get facebook posts from a group [closed]Create ArrayList from arrayHow to get an enum value from a string value in Java?Stop EditText from gaining focus at Activity startup“Conversion to Dalvik format failed with error 1” on external JARKey hash for Android-Facebook appDesign for Facebook authentication in an iOS app that also accesses a secured web serviceHow to avoid reverse engineering of an APK file?Hex transparency in colorsThe developers of this app have not set up this app properly for Facebook Login?How does Facebook disable the browser's integrated Developer Tools?
If Boris Johnson were prosecuted and convicted of lying about Brexit, can that be used to cancel Brexit?
Traffic law UK, pedestrians
Accidentally cashed a check twice
The ring of global sections of a regular scheme
Company is asking me to work from overseas, but wants me to take a paycut
Opposite of "Squeaky wheel gets the grease"
Linux tr to convert vertical text to horizontal
Word for a small burst of laughter that can't be held back
Is the decompression of compressed and encrypted data without decryption also theoretically impossible?
How were concentration and extermination camp guards recruited?
California: "For quality assurance, this phone call is being recorded"
correct term describing the action of sending a brand-new ship out into its first seafaring trip
Short story written from alien perspective with this line: "It's too bright to look at, so they don't"
What flavor of zksnark in tezos
Replace only 2nd, 3rd, nth...character and onwards
How could a possessed body begin to rot and decay while it is still alive?
Diet Coke or water?
Is it possible for people to live in the eye of a permanent hypercane?
Credit card offering 0.5 miles for every cent rounded up. Too good to be true?
Bent spoke design wheels — feasible?
You've spoiled/damaged the card
What's the correct term for a waitress in the Middle Ages?
What are the words for people who cause trouble believing they know better?
Building a road to escape Earth's gravity by making a pyramid on Antartica
Get facebook posts from a group [closed]
Create ArrayList from arrayHow to get an enum value from a string value in Java?Stop EditText from gaining focus at Activity startup“Conversion to Dalvik format failed with error 1” on external JARKey hash for Android-Facebook appDesign for Facebook authentication in an iOS app that also accesses a secured web serviceHow to avoid reverse engineering of an APK file?Hex transparency in colorsThe developers of this app have not set up this app properly for Facebook Login?How does Facebook disable the browser's integrated Developer Tools?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am developing an android app and I want the app to get post from a facebook group which I am admin.How is that possible? I search online but I couldn't find a solution to the problem.
Thanks in advanceHey everoyne .I am developing an android app and I want the app to get post from a facebook group which I am admin.How is that possible? I search online but I couldn't find a solution to the problem.
Thanks in advance
java android facebook api facebook-graph-api
closed as too broad by LppEdd, Zoe, luschn, EJoshuaS, ekad Mar 25 at 0:26
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I am developing an android app and I want the app to get post from a facebook group which I am admin.How is that possible? I search online but I couldn't find a solution to the problem.
Thanks in advanceHey everoyne .I am developing an android app and I want the app to get post from a facebook group which I am admin.How is that possible? I search online but I couldn't find a solution to the problem.
Thanks in advance
java android facebook api facebook-graph-api
closed as too broad by LppEdd, Zoe, luschn, EJoshuaS, ekad Mar 25 at 0:26
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Prior to posting on StackOverflow, you should come up with, at least, a small snippet of code. Facebook has its own page for its APIs developers.facebook.com/docs and for groups developers.facebook.com/docs/groups-api/…
– LppEdd
Mar 24 at 13:56
add a comment |
I am developing an android app and I want the app to get post from a facebook group which I am admin.How is that possible? I search online but I couldn't find a solution to the problem.
Thanks in advanceHey everoyne .I am developing an android app and I want the app to get post from a facebook group which I am admin.How is that possible? I search online but I couldn't find a solution to the problem.
Thanks in advance
java android facebook api facebook-graph-api
I am developing an android app and I want the app to get post from a facebook group which I am admin.How is that possible? I search online but I couldn't find a solution to the problem.
Thanks in advanceHey everoyne .I am developing an android app and I want the app to get post from a facebook group which I am admin.How is that possible? I search online but I couldn't find a solution to the problem.
Thanks in advance
java android facebook api facebook-graph-api
java android facebook api facebook-graph-api
edited Mar 24 at 13:48
Dr Mido
881631
881631
asked Mar 24 at 13:39
Makis GrammenosMakis Grammenos
11
11
closed as too broad by LppEdd, Zoe, luschn, EJoshuaS, ekad Mar 25 at 0:26
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by LppEdd, Zoe, luschn, EJoshuaS, ekad Mar 25 at 0:26
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Prior to posting on StackOverflow, you should come up with, at least, a small snippet of code. Facebook has its own page for its APIs developers.facebook.com/docs and for groups developers.facebook.com/docs/groups-api/…
– LppEdd
Mar 24 at 13:56
add a comment |
Prior to posting on StackOverflow, you should come up with, at least, a small snippet of code. Facebook has its own page for its APIs developers.facebook.com/docs and for groups developers.facebook.com/docs/groups-api/…
– LppEdd
Mar 24 at 13:56
Prior to posting on StackOverflow, you should come up with, at least, a small snippet of code. Facebook has its own page for its APIs developers.facebook.com/docs and for groups developers.facebook.com/docs/groups-api/…
– LppEdd
Mar 24 at 13:56
Prior to posting on StackOverflow, you should come up with, at least, a small snippet of code. Facebook has its own page for its APIs developers.facebook.com/docs and for groups developers.facebook.com/docs/groups-api/…
– LppEdd
Mar 24 at 13:56
add a comment |
1 Answer
1
active
oldest
votes
I am guessing you tried to do it with facebook API and didn't find a way.
You can perform a GET operation on the /group-id/feed
edge to get posts on a Group.
curl -i -X GET "https://graph.facebook.com/554611227955614/feed?limit=5&access_token=EAACEdEos0..."
Another solution would be to use a tool such as chromedriver and scrape the data. In other words to create a web scraper. In any case, I think, it is not allowed based on terms of use of Facebook. There must be a reason that there is not a such functionality in their official API (if thats the case)
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I am guessing you tried to do it with facebook API and didn't find a way.
You can perform a GET operation on the /group-id/feed
edge to get posts on a Group.
curl -i -X GET "https://graph.facebook.com/554611227955614/feed?limit=5&access_token=EAACEdEos0..."
Another solution would be to use a tool such as chromedriver and scrape the data. In other words to create a web scraper. In any case, I think, it is not allowed based on terms of use of Facebook. There must be a reason that there is not a such functionality in their official API (if thats the case)
add a comment |
I am guessing you tried to do it with facebook API and didn't find a way.
You can perform a GET operation on the /group-id/feed
edge to get posts on a Group.
curl -i -X GET "https://graph.facebook.com/554611227955614/feed?limit=5&access_token=EAACEdEos0..."
Another solution would be to use a tool such as chromedriver and scrape the data. In other words to create a web scraper. In any case, I think, it is not allowed based on terms of use of Facebook. There must be a reason that there is not a such functionality in their official API (if thats the case)
add a comment |
I am guessing you tried to do it with facebook API and didn't find a way.
You can perform a GET operation on the /group-id/feed
edge to get posts on a Group.
curl -i -X GET "https://graph.facebook.com/554611227955614/feed?limit=5&access_token=EAACEdEos0..."
Another solution would be to use a tool such as chromedriver and scrape the data. In other words to create a web scraper. In any case, I think, it is not allowed based on terms of use of Facebook. There must be a reason that there is not a such functionality in their official API (if thats the case)
I am guessing you tried to do it with facebook API and didn't find a way.
You can perform a GET operation on the /group-id/feed
edge to get posts on a Group.
curl -i -X GET "https://graph.facebook.com/554611227955614/feed?limit=5&access_token=EAACEdEos0..."
Another solution would be to use a tool such as chromedriver and scrape the data. In other words to create a web scraper. In any case, I think, it is not allowed based on terms of use of Facebook. There must be a reason that there is not a such functionality in their official API (if thats the case)
edited Mar 24 at 14:32
answered Mar 24 at 14:00
Dimitris PrasakisDimitris Prasakis
117
117
add a comment |
add a comment |
Prior to posting on StackOverflow, you should come up with, at least, a small snippet of code. Facebook has its own page for its APIs developers.facebook.com/docs and for groups developers.facebook.com/docs/groups-api/…
– LppEdd
Mar 24 at 13:56