my enhanced Auth dialog looks completely different from others. I would be very happy to have the same dialog like shown in your explanation. My one says: "Ok, Go to App" and doesn´t show my friends using the app. What can I do for that?
Best,
Max
It's the "Enhanced Auth Dialog". Deactivate it under Advanced.
Related
I'm currently finding myself unable to enable the Admin UI. It was enabled before and now does not seem to work.
When I looked at my backends I see this.
Image of Amplify backend environment with a button to enable admin UI.
I then clicked the switch to turn on the Admin UI as shown below.
Image of the Admin UI enable screen.
I clicked it and it says it's enabling in a popup here, before saying it succeeded in another popup here.
I thought this was originally something wrong with my project but it's happening on my other amplify project - is the Amplify Admin UI down for some reason?
P.S. I was going to post this on server fault as this post says but there was no tag for Amplify on here.
Sorry this is not an answer, I cannot make comment so I have to write here.
I wasted a whole day by meeting the exactly the same issue.
At the same time, I tried to run Amplify pull --appid --envName several times, it always stuck there.
Amazon status page shows everything is fine now but I cannot believe it.
I also posted a question here but it seems nobody answered it.
I hope this issue was discovered by more people and Amazon finally can fix it, I believe it's not a problem on our side.
The issue was resolved as shown in this ticket I opened.
https://github.com/aws-amplify/amplify-adminui/issues/206
Have you tried selecting the environment and then clicking Open Admin UI?
I also wasnt able to login clicking in the URL and with my credentials, but clicking there worked.
I would like to have a button in my Facebook app that will bring up a dialog that will allow the user to pick a friend's wall to post on. I was pretty sure this kind of dialog exists but so fare I have only been able to find a dialog that will allow you to send messages to a friend or post to a specific Facebook user's wall (without a dialog) but I cannot find anywhere in the documentation where it describes how to bring up a dialog that allows selection of user's to publish to. Is this possible? If so could someone post a link to some documentation?
You can use Facebook's Multi-Friend-Selector(MFS).
Documentation: https://developers.facebook.com/docs/guides/games/custom-muti-friend-selector/
I ended up using the thesedays Facebook-friend-selector which works very nicely.
It has a Facebook style look and feel and filled my needs:
https://github.com/thesedays/Facebook-friend-selector
I have an iPhone app (http://getnowapp.com) that lets you "Like an experience".
I would like to integrate it on the Facebook timeline with Open Graph.
I set up the "Like" action on Opengraph but got rejected with the following reason:
"Your Action failed the criteria: You are trying to submit a custom action which is not permitted. Please delete this action and submit a built-in version of this action instead."
So it seems Like is not an acceptable action as it already exists in Facebook.
However, you can "Like a Pin on Pinterest" without any issues.
Am i missing something here?
Thanks!
Ben
As you figured out, "like" action is already defined by facebook and that's why you can't define a new one.
I guess what pinterest does is to use the like connection that is already supported by Open Graph API to "Like." https://developers.facebook.com/docs/opengraph/actions/#like_actionI'm not quite sure because I haven't used this action, though.
POST https://graph.facebook.com/ACTION_ID/likes?access_token=YOUR_ACCESS_TOKEN
And just in case you are interested, you can see some insights of pinterest's implementation. here
I just created a Facebook page for my blog and am working on adding the like button. I suppose my first question is, is there already a like button added to a Facebook fan page itself and the code for the like button is so you can create a like button on a whole different page, like my Blogspot blog page? Since I'm the admin I'm not sure if I'm seeing whatever else is. If not, I'd like to add a like button to my Facebook page for people to like, but for the life of my cannot figure out where to paste the code. I know it says behind the tag, but that doesn't mean anything to me. Please help.
http://developers.facebook.com/docs/plugins/
On the Facebook page is a like button of course already integrated, on that page you can get code for your Blog or website.
Specifically, you're looking for this plugin:
https://developers.facebook.com/docs/reference/plugins/like/
Specify the URL you want the like button to like, whether that be your blog post or your facebook page.
You are looking for the facebook Like Box.
https://developers.facebook.com/docs/reference/plugins/like-box/
Or is it possible to write my own? I have the skill to write my own, just not sure where to start.
You cannot style the login button. It has to be the facebook one. The same thing applies to facebook like buttons. Source will come soon