Questions tagged [socialize-sdk]

Socialize is a drop-in social platform that creates a community around your app, leveraging powerful networking features through a single interface.

9 questions
16
votes
9 answers

URL Blocked: This redirect failed because the redirect URI is not whitelisted....(Localhost web application)

URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs. I've installed the…
řĕĕ ňă
  • 177
  • 1
  • 1
  • 12
5
votes
6 answers

Android Socialize SDK: Unable to execute dex: Multiple dex files define

I'm using Socialize SDK in my Android app project (API 18). I have read its Getting Started documentation and followed the instruction on how to implement it. However, I come across several problems regarding library imports. I've tried to put all…
emen
  • 6,050
  • 11
  • 57
  • 94
2
votes
1 answer

java.lang.NoSuchMethodError: No static method getDrawable(Landroid/content/Context;I)

Am Integrating Socialize SDK into my app.I also updated my Android Studio to 2.3.3. My Activity's super.onCreate(savedInstanceState) gives me an error. The same question has been raised here'java.lang.NoSuchMethodError: No static method…
Siva
  • 1,849
  • 2
  • 13
  • 28
1
vote
0 answers

Confusion in integrating socialize SDK in an App?

I'm new at coding and trying to integrate Socialize SDK with my app but failing to do so please help. Documentation of the socialize tells me to add the following after adding the SDK module. 1) add code to AndroidManifest.xml but after adding SDK I…
notakoba
  • 160
  • 1
  • 13
1
vote
0 answers

Trouble integrating Socialize SDK into app

I´ve been trying to integrate the socialize sdks into my app for some hours now and i just can´t figure out how to do it. i get this anoyying gradle dependancy error: com.android.dex.DexException: Multiple dex files define…
Jose Maria Landa
  • 415
  • 4
  • 15
0
votes
0 answers

Integrating socialize SDK in android

[Manifest file & Activity File Image][1]I have imported Android SDK into my Project. In the Manifest File I tried to to add the activity file from the SDK. But it showing as Unresolved Class. Also I tried to Import import…
Siva
  • 1,849
  • 2
  • 13
  • 28
0
votes
1 answer

Twitter and Facebook for Socialize

I'm trying to get Twitter and Facebook to work on Socialize for my iOS app. I've followed the steps on Socialize's website up until the "Linking to existing credentials" area (Twitter: http://socialize.github.io/socialize-sdk-ios/twitter.html,…
user1253582
  • 185
  • 1
  • 1
  • 5
0
votes
1 answer

Share hyperlink on twitter using socialize framework in iOS

I am using Socialize framework for sharing on facebook and twitter. I am totally unaware as how to share hyperlinks on twitter using this framework. I checked out its documentation for twitter sharing thoroughly but no luck. Please shed some light…
xrnd
  • 1,273
  • 3
  • 21
  • 38
-1
votes
2 answers

Laravel 5 socialize facebook login

I use auth login (out of the box). I have want to add Facebook login. I have installed Socialize package, and In Auth/AuthController I added method fb: public function fb() { return \Socialize::with('facebook')->redirect(); } When I…
Jensej
  • 1,255
  • 6
  • 21
  • 33