Facebook Wall Post Using Feed Dialog in cocos2dx & android both - android

I want to post user's highscore on his/her facebook wall in the game.I have done it in cocos2d using FBConnect.now we are convert game for android also, using cocos2d-x.so now i want same facebook task for cocos2dx & also on android
I have tried Ezisocial plugin for wall post but it run perfectly on iOS not in android.
right now this plugin is also updated by it's developer.so the licence is necessary to use it.
With Ezisocial in android, while i try to run on device it gives error
The page you requested cannot be displayed right now.It may be temporarily unavailable,The link you clicked on may be broken or expired or you may not have permission to view this page
How to solve this error?
If anybody has any idea than,i want to know-> Is there any other way to do this task? which run on both iOS and android...
guide me for that....

Related

Use of twitter fabric for android

Currently, I am making an Android app in which I need to integrate the complete Twitter app.
I went through Fabric website where I got to know that using the plugin in my app I could integrate Twitter App functionalities very easily.
I want to know if someone has used it.
Will it be really helpful in my case?
Does it give the same feel of the original Twitter app?
Does the plugin also provide UI(Twitter app UI) or do I have to make my own UI?
The twitter APIs and SDK is one of the most advanced and interesting ones i have ever used. It gives the real feel and look of twitter ( login, twitter lists). The SDK does most of the work for you. For example when you want to list tweets using List,the only thing you will need is to create a list view and a text view in your xml.
Initializing the sdk in your app is just less than 5 lines of code.
The console is easy to use as well. This will help you set up your app so fast.
For me i didnt feel like a programmer when using the SDK unlike when I am really struggling to use GMAIL APIs.
Go ahead and just do it.
Happy Coding.

Ionic : Can't display facebook embedded posts in a iFrame on Android

I have some issue with ionic and facebook for displaying a post with the facebook iFrame. It bothers me a little because this method was working 2 months ago and now it seems that it has changed.
I have followed the method provided by Facebook Developers at this link.
The post display very well on a browser but not on a real device. However, I don't have any console error while making request on the phone. Just an iFrame saying the post doesn't exist (It is the one of the example given by Facebook).
I have already install the cordova whitelist plugin for the allow-origins problem.
I really don't see what has changed since the last time. Did facebook made a change in their plugins ? Or am I forgetting something on the device side ?
Thanks for your advice.
i think as it says in the facebook developers faqs
for the web simple copy paste works but for ios/android you have to register for a developer's account and register an app as well
this guide might also be of help
https://ionicframework.com/docs/native/facebook

Facebook sdk for android. How to get signed_request?

Is there any way to get signed_request with Facebook sdk for Android. Or the only way is to build it manually?
The signed_request field is POSTed to your server when a user loads your Canvas and Page Tab App on Facebook.com, it's not relevant to native mobile apps

Android app facebook integration failure

I have a problem with my app and I don't know if the problem is obvious.
I have managed to post things to my facebook wall using the app I have created for Android.
But when I distribute this app to my testers, they don't get to the login window. The app is terminated before the screen appears.
I have used the tutorial:
http://developers.facebook.com/docs/mobile/android/build/
Can somebody help me. Are some things I can check or is there a more thorough explanation available on the internet?
you need to follow following steps,
1.) go to https://github.com/facebook/facebook-android-sdk/tree/master/examples
2.) download the example named Hackbook.
and execute it , this is working example of facebook integration with android
Here condition is that you must have App ID and App secret.
if is there any problem let me know.

Android, Twitter, 'FOLLOW US'

I am building an android application and I am stuck at one place. I have integrated Twitter in my app using twitter4j, signpost apis. I am successful in writing code for putting text in user profile but I also want the user to follow my app when they click 'follow us on twitter' button.
Can anybody give me reference or guidance of writing such code?
What you are probably looking for is createFriendship()
You can see how it is used here
2016 Edit: Google code svn is broken and twitter 4j has moved
http://twitter4j.org/en/api-support.html

Categories

Resources