Giter Site home page Giter Site logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
sorry, count friends number.

Original comment by [email protected] on 3 Feb 2009 at 5:22

from facebook-actionscript-api.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024

Original comment by [email protected] on 30 Mar 2009 at 5:12

  • Added labels: Milestone-Release2.0

from facebook-actionscript-api.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
If i understand you right, you could just call GetFriends command. After 
completing 
this, you can acces the ammount of your friends by 

facebook_event.data.friends.length

for example:

var call:FacebookCall = fbook.post(new GetFriends());
call.addEventListener(FacebookEvent.COMPLETE, onGetFriends);

function onGetFriends(e:FacebookEvent)
{
    var l:int = (e.data as GetFriendsData).friends.length;
trace(l)
}

Original comment by [email protected] on 30 Oct 2009 at 10:47

from facebook-actionscript-api.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
all of my "facebookevent.complete" returns a "1046: Type was not found or was 
not a
compile-time constant: FacebookEvent."

does anybody knows why? =/
tks

Original comment by [email protected] on 19 Nov 2009 at 10:34

from facebook-actionscript-api.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
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 [email protected] on 29 Sep 2010 at 7:49

  • Changed state: WontFix

from facebook-actionscript-api.

Related Issues (20)

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.