Questions tagged [fbdialogs]

38 questions
0
votes
1 answer

iOs8 ipad xcode 6 FBdialog doesn't rotate with the deatilview rotating

In my App, it shows the FBdialog for sharing something on facebook timeline. The dialog is shown by this command: [FBDialogs presentShareDialogWithParams:shareParams clientState:nil handler:^(FBAppCall *call, NSDictionary *results,…
0
votes
2 answers

FBDialogs retrieve post_id on success

I am sharing a link using FBDialogs and as part of the tracking i want to give post_id of that shared post back to the server. How can I retrieve post_id on success [FBDialogs presentShareDialogWithLink:params.link name:params.name …
Mihir Mehta
  • 13,743
  • 3
  • 64
  • 88
0
votes
0 answers

Simulate FB iOS integrated dialog and pre-fill the initial text

When using iOS integrated dialog box to post to FB, there is API to set the initial text that the user can alter afterwards. But I am unable to see such an ability in FB native dialog boxes (not by using FBDialogs nor using FBWebDialogs). Is there a…
user-123
  • 874
  • 1
  • 13
  • 34
0
votes
2 answers

Link back to App using FBDialogs

FBDialogs presentations can have a link as NSURL and picture as NSURL as parameters. But how to make clicking the post on the mobile to link back to iOS App if installed (to AppStore if not) and to some web page when accessed from the browser? I've…
user-123
  • 874
  • 1
  • 13
  • 34
0
votes
1 answer

Leaked window in Facebook dialog in android

I'm using Facebook SDK in my application. My requirement is to maintain Facebook session for different users. I have all the user name in sqlite database. I used the following code to check whether the user has already logged into Facebook. If it is…
Manikandan
  • 1,479
  • 6
  • 48
  • 89
0
votes
1 answer

FBDialogs on iOS

What I'd like to do Post text to a friend's feed from my app. or Post text to my own feed with a tagged friend. What I've tried [FBDialogs presentOSIntegratedShareDialogModallyFrom:self initialText:@"Some…
Fogmeister
  • 76,236
  • 42
  • 207
  • 306
0
votes
0 answers

How to programmatically dismiss FB Dialog on iphone..?

I have a situation where I have to use FBDialog.. now what happens at times that the internet might get disconnected while the Dialog is fetching friend list from server and this dialog window stays on top forever.. How can I close this window…
Ankit Srivastava
  • 12,347
  • 11
  • 63
  • 115
-1
votes
1 answer

Facebook dialog width is hidden

I am having issue with fb.ui method feeds. It seems that 30% of the popup dialog width is hidden by the sponsored/advertisement panel. I know there is a way to specify the width and height for the popup, but I would rather have the option to be on…
lilsizzo
  • 366
  • 2
  • 18
1 2
3