• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Get Instagram stories using java

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello to everyone in this forum. I have a general knowledge of java but not when i come in web things.
I'm trying to fetch data of Instagram. More specifically all the stories of a user. I saw many websites on google can do that, you provide user's name and it zip a folder
with all files. I want do the same but using java. Is this possible? If yes what was a good starting point for me to look at. Maybe a crawler?
Also i noticed in google chrome if you do web tools and navigate too Network>Media you can open in new tab the current story.

Any tip or help on this if anyone know. Thanks a lot

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
first thing is access issue even if you are fetching from your account. Second, Instagram might have the webservices url that you can use to fetch data. Using Java, you consume the url and put it into where you want. Please let me know if this helps
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic