I am building a bot for facebook messenger. It was all working fine and suddenly facing "Attachment Unavailable" issue. Funny thing is, bot is working all fine on messenger app on phone devices. But facing this in desktop messenger version. Can anyone please help me with this?
Related
I am developing an application which has social login. I have setup my application with Facebook Developers platform. When I try to login using facebook it says Facebook login is currently unavailable. After searching solution here I came ton know that my should have public,profile & email advance access. During going for advance access for these two I received an error that my app url to play store is broken. My app is still under review by google play store. So, should I have to wait till my application gets live and I got a working play store url?
When I try to use Facebook login during development I have this message appear in the web browser.
First, I got added to the Facebook app. This could solve the problem but I was still seeing this message. What I came to find was that I had previously signed into a different Facebook on the simulator I was testing on. After going to Safari and logging into the account associated with the Facebook app everything worked as planned.
I have created a bot which works completely fine when running on web, getting one callback on each click of button. When i test the same bot on mobile device i get exactly three postbacks for one tap. How is this happening?
This is a known bug (see details here: https://developers.facebook.com/bugs/266270213720379/). It apparently affects only the Android Messenger chat app and not iOS. I'm testing on Android, so I think this is definitely what I'm hitting. They say the bug will be fixed with the next Android Messenger update.
I need a Help From You.
I Developing App with Login Credentials of Facebook. Im working with facebook authentication and it's working Properly.
But we want More Easy way.
If already Windows Phone Facebook App is Installed in my Phone, my App must take the Credentials from that FB App to My App.
Can Any One Help Me How can i do this.
Basically, you could refer to below links to achieve your goal.
https://developers.facebook.com/docs/facebook-login/login-for-windows-phone
http://facebooksdk.net/docs/phone/sso/
I have developed an application which posts wall post update on the Facebook. But the problem is if the Facebook app is already installed on the device, It's not working. But I tried in emulator without the Facebook app installed in it and it works fine.
1 for the activitycode parameter in the authorize method. This will force user to login disabling SSO. I solved the same issue by doing the same....