This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Can someone help me on how I could copy instagram pictures to my django app using this library? #252
Open
AfolabiOlaoluwa
wants to merge
73
commits into
facebookarchive:master
Choose a base branch
from
wkoot:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In my situation Instagram was not able to read post content. And reason was content-type.
Safely fetch comment data
Safe object from dictionary
Specify urlencoded Content-Type
Update user_media_feed
Making the word an alive hyperlink
Prevent "JSON object must be str" error
Timezone aware datetime object
Added timeout parameter for API objects
Add more recent Python versions including development branches and nightly build.
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Cleanup tests
Video ids recent media
Add most recent Python versions in Travis CI
…at with named groups
Python3 compatible unicode call
…ted to a single line anyway
Coverage integration
…able but leave in coveragerc
Coverage integration
Python 2.6 and 3.3 have reached end-of-life
Remove old python versions from .travis.yml
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
My use case is https://stackoverflow.com/questions/44570032/using-instagram-api-to-make-users-populate-images-into-my-djangs-application-dir but am not even closer to making this work and confused.
The documentation is not clear on what a newbie like me do for my use case.