- Home /
This post has been wikified, any user with enough reputation can edit it.
Question by
fabiomacedo · Jul 31, 2012 at 10:43 PM ·
facebookphppostfb
unity + php get Authentication
Hellow. My problem is this:
I try to make post on facebook a photo that a have in my unity 3d Applications. Simply I do some like this:
(...)
WWW upload = new WWW("http://.../face/upload.php",postForm);
yield return upload;
in "php" file i simply get user information... and if i run it on a Browser, it works perfectly... so to unity it dosn't get the Authentication....
Any sugestion???
Comment
Your answer
Follow this Question
Related Questions
How to publish on Facebook from my game? 3 Answers
A node in a childnode? 1 Answer
Retrieving data from a WWW php call? 1 Answer
Capture Screenshot and post to facebook? 0 Answers
Facebook share screenshot with link. 1 Answer