I have sent api call over Graph API on facebook . Video is sent successfully. Neither i can see video as incognito mode nor my friend can see the video. But i am able to see the video on publishing tools page . Just curious about that does anyone know any recent changes on Facebook side that i didn't follow ?
Or can anyone help. I couldn't share the code since i am using the default Facebook PHP SDK.
I am using share later or share on previous date. Both ended up with failure.
Any help will be appreciated.
Related
I want to see if I can make my Unity application login to Facebook without using the Facebook SDK. Instead, I want to use the Graphs API, because the SDK does not play nice with other plugins and has lots of baggage I don't need.
I'm sending a GET request from my Unity app, which uses the API for getting auth token:
https://www.facebook.com/v15.0/dialog/oauth?
client_id={app-id}
&redirect_uri={redirect-uri}
&response_type=token
From my knowledge, this is supposed to either open the redirect URL with the auth token attached, or prompt me to sign-in/approve this app logging in. It works well pasting this request into a browser and hitting enter.
However, when sending this request via Unity, I get an HTML file as response. Opening this HTML file shows a page where Facebook tells me that Facebook does not support this browser and tells me to go download Chrome or Firefox.
Has anyone managed to get Facebook sign-in to work without the SDK? Or any idea how to avoid this error and get redirected to the page as expected?
Thanks in advance!
I need to link my unity app with Facebook, my game pulls data from a website, will it be possible to put it on facebook? Is there a way to also save the game status via facebook?
Yes you can link your app with Facebook. Have a look here at the SDK Facebook provides. Also have a look at this tutorial they provide. Think it has some mention of dealing with game status' via Facebook. Also this script shows an example of saving a score around line 126.
I have this adobe air project using Facebook application, and I used to send feed to friends walls sharing this application, then Facebook disabled this feature of posting on your friend's wall via Facebook graph, so I need now to send application request using "FacebookMobile" library.
Any help, greatly appreciated.
Thanks
I was too urgent to fix that issue, haven't found any solution on flex regarding the issue, so I created a native extension on iOS concerning Facebook and used it in my project , so now I can open a view with application requests plus defining the users to send to.
Thanks
I want my application to post something on Facebook wall. My application is supposed to run on WP7.
Is there any way of opening a web browser with a default Facebook (hosted on Facebook server) publishing form? I see different websites opening a new window with that form when Share button is clicked and then you click Publish and here you go - the post is on the wall :)
WebBrowserTask is pretty limited and seems to be able to send only GET data but even then... I don't know what kind of data and how named it should be sent. Anyone?
Why not use the Facebook Developer's Toolkit to post via API instead of trying to use a browser?
You can try Post to Facebook user wall using Facebook.dll in WP7.
If you want to post on someone other than the user's wall, then the Facebook SDK is required. But if you just want to quickly add the option to share something to Facebook, you could just open a new WebBrowserTask and have it go to http://www.facebook.com/share.php, and just add u and t to the URL. u being the URL to share, and t being the Title.
But from what's been said it seems the SDK is what your going to want.
I am not finding any concrete api or reference about uploading a photo to facebook in windows phone 7.I have tried with the latest c# sdk from http://facebooksdk.codeplex.com.
But no luck.Appreciate if you could help me..
This question seems to come up time and time again. See here and here. I wish Facebook would make it easier :)
The last time I looked at working with the Facebook SDK it wasn't possible to post a local photo to the user's wall; you had to have the photo hosted online somewhere already. However you can post to the user's photos section.
There is a forum post on the App Hub that gives the code for doing this. I think the Facebook C# SDK supports WP7, but I'm not sure if it will simplify this process any further.