Giter Site home page Giter Site logo

bamboo's People

Contributors

ryanscott avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

yosit wave2future

bamboo's Issues

Asynchronous network support

Currently the GraphAPI only supports synchronous networks calls, via NSURLConnection sendSynchronousRequest. This is how all the other server-side libraries work, but I think most iPhone network code is more typically asynchronous. I want bamboo to support asynchronous requests.

What is the demand for asynchronous support? And, what sort of API should we build into the library? I am thinking over this issue right now, trying to design a simple interface, while still surfacing as much detail as necessary.

If you have a use case, an actual need, or any other input, please let me know.

Reading the user Wall (feeds)

Hallo, I'm trying to write an application for the iPhone.
I don't know which function should I use to get the wall of the user. Which would be the equivalent of calling for example:

http://graph.facebook.com/me/feed
http://graph.facebook.com/1722181189/feed

I thought it would be something like:

GraphObject *o = [self._graph getObject:@"1722181189" withArgs:[NSDictionary dictionaryWithObjectsAndKeys:@"feed", @"feed", nil]];

But I see no point of using a Dictionary here when I want to get the feed.
Is this the correct function to get te Wall info? How am I suposed to use the Dictionary parameter?

Thanks.

Permission scope tokens should be specified with authorize rather than token access URL

The bamboo code adds the desired permissions to the https://graph.facebook.com/oauth/access_token call when they should instead be supplied as part of the https://graph.facebook.com/oauth/authorize call (see the relevant facebook API documentation http://developers.facebook.com/docs/authentication/ under 'Requesting Extended Permissions').

When I try to create a graph to post to a user's wall I get an error "(#200) The user hasn't authorized the application to perform this action" which I suspect is caused by the above issue. Note, the sample provided with Bamboo also returns the same error when they attempt to perform a post.

Thanks for putting time into this API it's looking great so far and much appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.