Open GoogleCodeExporter opened 9 years ago
Currently, its not possible with the Desktop/Mobile api. Facebook doesn't allow
you to send app requests via just the Graph api, so the javascript sdk is
required to do so.
Original comment by edwar...@gmail.com
on 26 Oct 2011 at 8:27
That is entirely false, as we are doing it in our AIR application. I am using
this API but I wrote our own FacebookMobile.dialog() method to support it. The
me/friends endpoint is accessible via the graph API as described here:
http://developers.facebook.com/docs/reference/api/user/
Original comment by bmj...@gmail.com
on 15 Nov 2011 at 6:23
Additionally, the me/apprequests endpoint is also accessible via the Graph API.
Original comment by bmj...@gmail.com
on 15 Nov 2011 at 6:25
bmj, how can you send app requests via the Graph API to people who haven't
authorized your application?
Also, what does your FacebookMobile.dialog() contains?
Regards,
Ciprian
Original comment by caba.ciprian
on 12 Dec 2011 at 7:37
You can make apprequests via the graph API using the endpoint
http://www.facebook.com/dialog/apprequest. I've committed to
https://github.com/thegoldenmule/FacebookMobile-actionscript-api if you'd like
to take a look at what I hacked in. I basically copied the crap login was doing
and had to make a few changes since this API was apparently written by monkeys.
Original comment by bmj...@gmail.com
on 12 Dec 2011 at 11:48
Man, you rock :)
This is very cool, even if it's a hack.. I think these changes should be added
to the official actionscript api
Thanks.. this is really great
Original comment by caba.ciprian
on 13 Dec 2011 at 3:59
The only problem is that I need to login twice.. I am already logged in for my
application, but whenever I make the first FacebookMobile.dialog call, I need
to login again. This only happens on my mobile, but not when testing from
desktop.
Any idea why?
Original comment by caba.ciprian
on 13 Dec 2011 at 4:08
Really? Interesting. I have not had that problem. I can look into it later, but
not right now :/
Original comment by bmj...@gmail.com
on 13 Dec 2011 at 4:28
[deleted comment]
I can confirm almost two years that what bmj...@gmail.com said works perfectly
fine under AIR SDK 3.7 beta.
@bmj...@gmail.com Thanks a lot for saving my life!
Original comment by kamilwah...@icloud.com
on 1 Jul 2013 at 2:19
Bmj, I have implemented your code, it's nice. I am able to send and get success
response but it's not posted to my friend. Also I would like to know if I can
post on my friends wall.
Thanks in advance.
Original comment by neopava...@gmail.com
on 25 Mar 2014 at 6:24
You should read the open graph API thoroughly, I'm pretty positive those should
be supported with the library. Also, I haven't touched this thing in years so I
will not be able to offer support. Sorry!
Original comment by bjor...@kixeye.com
on 25 Mar 2014 at 6:32
While using this ack i ot this error (((
ReferenceError: Can't find variable: console
at https://fbstatic-a.akamaihd.net/rsrc.php/v2/yg/r/5obW8wVceii.js : 100
x at https://fbstatic-a.akamaihd.net/rsrc.php/v2/yg/r/5obW8wVceii.js : 100
TypeError: Result of expression 'bigPipe' [undefined] is not an object.
TypeError: Result of expression 'bigPipe' [undefined] is not an object.
TypeError: Result of expression 'bigPipe' [undefined] is not an object.
TypeError: Result of expression 'bigPipe' [undefined] is not an object.
TypeError: Result of expression 'bigPipe' [undefined] is not an object.
Original comment by archi.kh...@gmail.com
on 3 Jul 2014 at 7:27
Original issue reported on code.google.com by
manu.dre...@gmail.com
on 3 Oct 2011 at 5:38