Closed GoogleCodeExporter closed 8 years ago
I'm very interested to see this, as I have an upcoming project in which I am
being
asked to incorporate the new methods.
Original comment by jeffehar...@gmail.com
on 17 May 2010 at 7:53
And how! I am wrangling changes to an online community where facebook connect
is
integrated site-wide and the majority of the components are flash-based. I
would LOVE
some help.
Original comment by children...@gmail.com
on 19 May 2010 at 3:36
I would be very interested in this update as well!
Original comment by nolanl...@gmail.com
on 1 Jun 2010 at 9:55
unfortunately i need this feature in my next flash project. could you please
make an update or commit the
branch somewhere else?
Original comment by warta...@gmail.com
on 1 Jun 2010 at 12:27
I would be EXTREMELY interested in this, as the GetAlbums calls don't seem to
be working with the REST API.
Original comment by jcurrie33@gmail.com
on 21 Jul 2010 at 6:53
I'm a new developer but I'm becoming increasingly concerned that this API
(which we were planning to use as our primary interaction with Facebook as our
team is very familiar with AS3 and less familiar with other web technologies)
isn't being properly maintained and is going to be deprecated as Facebook seems
to be pushing the new OpenGraph API more and more.
If anyone can enlighten me on the status of this library, or the existence of
other open-source libraries that are being better-maintained, please attempt to
contact me. Thanks!
Original comment by IQpie...@gmail.com
on 23 Jul 2010 at 4:20
It's not being maintained. Adobe has pretty much abandoned taking care of this
lib, like many of their other open source initiatives. It's a shame that they
can't just pass this project over to some responsible people in the community.
I've written several emails to the project leads and received no response.
Frankly, it's a bit frustrating. The community could do a lot with this lib
(including ugrading it for full Graph support).
Original comment by KoldFu...@gmail.com
on 25 Jul 2010 at 1:37
Does anyone have any idea of who we can contact that might actually have some
direction on this matter?
Original comment by jcurrie33@gmail.com
on 25 Jul 2010 at 10:14
Adding my support for a lib update to Opengraph API.
Original comment by skoles...@gmail.com
on 4 Aug 2010 at 1:44
do it
Original comment by chu...@gmail.com
on 23 Aug 2010 at 5:40
yourpalmark, why don't you upload your Actionscript Graph API to a new Google
Code Project, since it seems that this one is not being maintained?
Original comment by rima.ger...@gmail.com
on 31 Aug 2010 at 1:50
Ok :)
I took this existing SVN repository and imported it into github.
What's nice is that it maintains all of the original commits.
So far all I've done is add a README file, move the classes into a more
standard src directory and add library project files.
I will start committing my changes soon.
http://github.com/yourpalmark/facebook-actionscript-api
Feel free to fork it and start adding your own changes.
Let's keep this one alive.
Original comment by yourpalm...@gmail.com
on 1 Sep 2010 at 1:52
Thanks so much for doing this, yourpalmark. I look forward to seeing your
changes to the library. Keep us posted.
Original comment by jcurrie33@gmail.com
on 1 Sep 2010 at 2:14
If you have a github account, you can watch the repository to know when updates
have been made.
I probably won't hit up this thread too often.
So far:
- added README
- moved the classes into a standard src directory
- removed the AIR-specific classes into a separate repository
(http://github.com/yourpalmark/facebook-air-api)
- added library project files so you can check it out into FlashBuilder
- added ant build files to create the swc, documentation, and release
- replaced com.adobe classes with as3corelib.swc in the libs directory
- removed Flex-specific references ([Bindable]) to allow AS3-only projects to
use the lib as well
Now that the actual library is setup properly, I will start integrating in my
changes to allow using the new Graph API.
Original comment by yourpalm...@gmail.com
on 2 Sep 2010 at 7:38
This would be really helpfull. I'm really stuck here, just getting started and
find out about the 'useless' this API is right now. Looking forward to see the
changes yourpalmark has done, thank you for this.
Original comment by jv.qui...@gmail.com
on 6 Sep 2010 at 2:28
Ok... I finally had a chance to really clean up the library and get the Graph
API off the ground.
Updates in the latest commit:
- added first set of Graph API classes. Includes the following core methods:
api, getLoginStatus, login, logout, and ui. The api method should work with all
old REST api methods as well, which makes the library fairly functional at this
point.
- added JSONDataParser that handles core methods but not old REST methods yet.
- started to rewrite the ConnectDemo... currently tests working with the core
methods. To run ConnectDemo locally, compile to your localhost
(http://127.0.0.1/).
If you checkout the library, make sure to look at ConnectDemo to see how to get
everything up and running.
Currently the library only works with JSSession, which requires the JS library
initialized in your html. Again look at the html in ConnectDemo to see how it
works.
Note, ConnectDemo is not complete yet, but the core Graph methods are shown
working in it.
Original comment by yourpalm...@gmail.com
on 29 Sep 2010 at 6:12
Why can't i find this library anywhere. Can you tell me where i can download
the swc.
Thanks
Original comment by tlieberm...@gmail.com
on 29 Sep 2010 at 6:40
New release based of Facebook's Graph API is coming soon. SDK which this issue
depends on is no longer supported by Facebook.
Original comment by alan...@gmail.com
on 29 Sep 2010 at 7:50
New release based of Facebook's Graph API is coming soon. SDK which this issue
depends on is no longer supported by Facebook.
Original comment by alan...@gmail.com
on 29 Sep 2010 at 7:50
The graph library is located here:
http://github.com/yourpalmark/facebook-actionscript-api
You can download the source at the top of the page, import it into Flex Builder
as a library project and then build the library to get the swc.
I will release a swc soon.
Original comment by yourpalm...@gmail.com
on 29 Sep 2010 at 7:57
Original issue reported on code.google.com by
yourpalm...@gmail.com
on 13 May 2010 at 4:57