You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+69-3Lines changed: 69 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,19 @@ Requires
12
12
* simplejson
13
13
14
14
15
-
Discussion
16
-
------
15
+
Instagram REST and Search APIs
16
+
------------------------------
17
+
Our [developer site](http://instagram.com/developer) documents all the Instagram REST and Search APIs.
18
+
19
+
20
+
Blog
21
+
----------------------------
22
+
The [Developer Blog] features news and important announcements about the Instagram Platform. You will also find tutorials and best practices to help you build great platform integrations. Make sure to subscribe to the RSS feed not to miss out on new posts: [http://developers.instagram.com](http://developers.instagram.com).
17
23
18
-
Visit [our Google Group](http://groups.google.com/group/instagram-api-developers) to discuss the Instagram API.
24
+
25
+
Community
26
+
----------------------
27
+
The [Stack Overflow community](http://stackoverflow.com/questions/tagged/instagram/) is a great place to ask API related questions or if you need help with your code. Make sure to tag your questions with the Instagram tag to get fast answers from other fellow developers and members of the Instagram team.
19
28
20
29
21
30
Authentication
@@ -167,3 +176,60 @@ authentication, subscriptions, and update processing. To try it out:
167
176
* Open up sample\_app.py, update it with your client\_id and secret, and set redirect URI to 'http://localhost:8515/oauth_callback'
168
177
* Run the file; it will host a local server on port 8515.
169
178
* Try visiting http://localhost:8515 in your browser
179
+
180
+
Contributing
181
+
------------
182
+
In the spirit of [free software](http://www.fsf.org/licensing/essays/free-sw.html), **everyone** is encouraged to help improve this project.
183
+
184
+
Here are some ways *you* can contribute:
185
+
186
+
* by using alpha, beta, and prerelease versions
187
+
* by reporting bugs
188
+
* by suggesting new features
189
+
* by writing or editing documentation
190
+
* by writing specifications
191
+
* by writing code (**no patch is too small**: fix typos, add comments, clean up inconsistent whitespace)
192
+
* by refactoring code
193
+
* by closing [issues](http://github.com/Instagram/python-instagram/issues)
194
+
* by reviewing patches
195
+
196
+
197
+
Submitting an Issue
198
+
-------------------
199
+
We use the [GitHub issue tracker](https://github.com/Instagram/python-instagram/issues) to track bugs and
200
+
features. Before submitting a bug report or feature request, check to make sure it hasn't already
201
+
been submitted. You can indicate support for an existing issue by voting it up. When submitting a
202
+
bug report, please include a [Gist](http://gist.github.com/) that includes a stack trace and any
203
+
details that may be necessary to reproduce the bug, including your version number, and
204
+
operating system. Ideally, a bug report should include a pull request with failing specs.
205
+
206
+
Instagram has a [bounty program](https://www.facebook.com/whitehat/) for the safe
207
+
disclosure of security bugs. In those cases, please go through the process
208
+
outlined on that page and do not file a public issue.
209
+
210
+
211
+
Submitting a Pull Request
212
+
-------------------------
213
+
1. Fork the project.
214
+
2. Create a topic branch.
215
+
3. Implement your feature or bug fix.
216
+
4. Run <tt>python tests.py </tt>.
217
+
5. Add a test for your feature or bug fix.
218
+
6. Run <tt>python tests.py </tt>. If your changes are not 100% covered, go back to step 5.
219
+
7. Commit and push your changes.
220
+
8. Submit a pull request.
221
+
9. If you haven't already, complete the Contributor License Agreement ("CLA").
222
+
223
+
Contributor License Agreement ("CLA")
224
+
_____________________________________
225
+
In order to accept your pull request, we need you to submit a CLA. You only need
226
+
to do this once to work on any of Instagram's or Facebook's open source projects.
227
+
228
+
Complete your CLA here: [https://code.facebook.com/cla](https://code.facebook.com/cla)
229
+
230
+
231
+
Copyright
232
+
---------
233
+
Copyright (c) 2014, Facebook, Inc. All rights reserved.
234
+
By contributing to python-instagram, you agree that your contributions will be licensed under its BSD license.
235
+
See [LICENSE](https://github.com/Instagram/python-instagram/blob/master/LICENSE.md) for details.
0 commit comments