Questions tagged [facebook-winjs-sdk]

facebook-winjs-sdk is a fork of facebook-node-sdk designed to work in both WinJS applications and NodeJS.

facebook-winjs-sdk is a fork of facebook-node-sdk designed to work in both WinJS applications and NodeJS.

With facebook-winjs-sdk you can now easily write the same code and share between your windows 8 apps (winjs) and the client (Facebook Javascript SDK).

6 questions
1
vote
2 answers

Share Page Post Using FB.ui feed dialog

Sorry I Try to search for this error and no result i try to use facebook feed dialog to share page post from my app here is my code function shareOnFacebook() { FB.ui( { method : 'feed', display : 'popup', link :…
user3213240
  • 193
  • 1
  • 3
  • 11
0
votes
1 answer

How to add Place to Video Uploaded via PHP SDK?

I want to add Place to videos, Videos Are Uploaded by PHP SDK How can I do This ? 'Place'=>'place id'; This Code work for Photos But Dont Work for Videos
0
votes
1 answer

Facebook login - jssdk dont redirect to my webpage after dialog

Today i when i clicked facebook login in my webpage, the dialog popup as usual, however after i clicked ok, the popup stuck at a blank page with url https://www.facebook.com/dialog/oauth?app_id={appid}&client_id={client…
leo
  • 269
  • 1
  • 11
0
votes
1 answer

FirebaseSimpleLogin not working in Windows 8 app

I asked a question earlier about if it was possible to use Firebase in a Windows 8/WinJS app. @MichaelLehenbauer told me that I just needed to add the following line to my code in order to fix a bug in…
jwngr
  • 4,284
  • 1
  • 24
  • 27
0
votes
1 answer

How to encode a file from the file system as multipart/form-data?

I want to let users upload photos to Facebook in my image viewer app. As seen in this post, Facebook Graph API - upload photo using JavaScript, I have to encode my photos as multipart/form-data to be able to upload them. How to archive this encoding…
-1
votes
1 answer

How to logout from windows8 apps using facebook-winjs-sdk?

I tried using facebook-winjs-sdk , but FB.logout() functionality is unavailable.
saianirudh
  • 104
  • 5