It looks like @andsee has won this paid challenge, and been forwarded the reward. Thank you for the thousands of people, well 4, who contributed towards this fascinating experiment!! Thank you!
Now increased to $400 !!!
We’ll pay a $400 reward instantly (paypal) to the fastest and most good answer here!!
To yourself or your favourite charity.
(Don’t hesitate to “pm” me … just click to the “forum” site to find the “pm” button - they didn’t add a “pm” button on this answers site.)
We’ve recently had a hell of a time hiring someone, who is expert in using the Facebook “graph”
You would usually do Facebook functions in a Unity app – iOS 6.0 – using the Prime31 SocialNetworking plugin.
So I want someone to please show here precisely how you would do it.
Pls do not attempt this unless you are totally familiar with Facebook “apps”, the appid / shared secret concept on facebook apps, you must be completely familiar with using Prime31’s SocialNetworking plugin (or at least their other plugins), and of course you are familiar with the joys of the FB “graph” API etc.
Pls note that this has nothing to do with a URL link. In iOS6, users can be logged in to the inherent FB system that is now in iOS on the control panel, and then by using (typically) the Prime31 Plugin, you can then access, with that actual authorized FB user, the FB “graph” - and you can thus directly, within the app, do things like Like buttons (and indeed much much more).
So it will be a nice little but of open source, and if you know what you’re doing claim the reward!!!
Cheers!
#pragma strict
function OnGUI()
{
if (GUI.Button(Rect(20,20,1000,100),"FB Like /your FB test site" ))
YouDidThis();
}
function YouDidThis()
{
Debug.Log(" You add codes here, good luck! ");
}
Makes me long for the good ole 'stack overflow' days, with their bounty system.
– DaveAi can't believe it, nobody cares about a $250 cash reward ?! WTH ???!
– FattieThat's a lot of APIs to be familiar with. Probably not many people know Unity && Prime31 plugins && Facebook apps && the graph API. In my case it's just the first.
– Eric5h5I see the reward has gone up $150 in one day, at this rate I am about to wait a few weeks before answering then. Also, I will take a few weeks to figure the answer out...
– fafaseI asked a Facebook developer rep about this at Casual Connect today and I have good news to report... apparently the ability to "Like" a page/app is in Beta and should be released sometime later this year via the FB Unity plugin.
– Huacanacha